setuid: Operate relative to $(DESTDIR)
This commit is contained in:
committed by
Kristian Høgsberg
parent
6b28aadd47
commit
ef548fd3ca
+2
-2
@@ -24,8 +24,8 @@ weston_SOURCES = \
|
|||||||
|
|
||||||
if ENABLE_SETUID_INSTALL
|
if ENABLE_SETUID_INSTALL
|
||||||
install-exec-hook:
|
install-exec-hook:
|
||||||
chown root $(bindir)/weston
|
chown root $(DESTDIR)$(bindir)/weston
|
||||||
chmod u+s $(bindir)/weston
|
chmod u+s $(DESTDIR)$(bindir)/weston
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if ENABLE_XSERVER_LAUNCHER
|
if ENABLE_XSERVER_LAUNCHER
|
||||||
|
|||||||
Reference in New Issue
Block a user