setuid: Operate relative to $(DESTDIR)

dev
Benjamin Franzke 13 years ago committed by Kristian Høgsberg
parent 6b28aadd47
commit ef548fd3ca
  1. 4
      src/Makefile.am

@ -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…
Cancel
Save