DESTDIR
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5471 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -16,5 +16,5 @@ LDADD = \
|
|||||||
|
|
||||||
## XXX how should this be done?
|
## XXX how should this be done?
|
||||||
install-exec-hook:
|
install-exec-hook:
|
||||||
@if chown 0:0 $(bindir)/otp && chmod u+s $(bindir)/otp; then :;else \
|
@if chown 0:0 $(DESTDIR)$(bindir)/otp && chmod u+s $(DESTDIR)$(bindir)/otp; then :;else \
|
||||||
chmod 0 /usr/heimdal/bin/otp; fi
|
chmod 0 $(DESTDIR)$(bindir)/otp; fi
|
||||||
|
Reference in New Issue
Block a user