(intall-suid-programs): add space between else and \

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6285 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-05-26 08:42:55 +00:00
parent e57e956082
commit ed37037da2

View File

@@ -55,7 +55,7 @@ install-suid-programs:
@foo='$(bin_SUIDS)'; \
for file in $$foo; do \
x=$(DESTDIR)$(bindir)/$$file; \
if chown 0:0 $$x && chmod u+s $$x; then :; else\
if chown 0:0 $$x && chmod u+s $$x; then :; else \
chmod 0 $$x; fi; done
install-exec-hook: install-suid-programs