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