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 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

Loading…
Cancel
Save