git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5471 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-03-04 18:45:31 +00:00
parent aaac75ac16
commit 59c00df08e

View File

@@ -16,5 +16,5 @@ LDADD = \
## XXX how should this be done?
install-exec-hook:
@if chown 0:0 $(bindir)/otp && chmod u+s $(bindir)/otp; then :;else \
chmod 0 /usr/heimdal/bin/otp; fi
@if chown 0:0 $(DESTDIR)$(bindir)/otp && chmod u+s $(DESTDIR)$(bindir)/otp; then :;else \
chmod 0 $(DESTDIR)$(bindir)/otp; fi