Do not strip shell scripts
authorMarty Jack <martyj19@comcast.net>
Thu, 21 Feb 2008 15:03:21 +0000 (18:03 +0300)
committerAlexey Gladkov <legion@altlinux.org>
Thu, 21 Feb 2008 15:03:21 +0000 (18:03 +0300)
Signed-off-by: Alexey Gladkov <legion@altlinux.org>
src/Makefile.in

index 3f83416..1c0db61 100644 (file)
@@ -50,7 +50,8 @@ setuid:
 
 install: all
        install -d -m 0755 $(bindir)
-       install -s -m 0755 $(PROGS) $(OLDPROGS) $(SHCMDS) $(bindir)
+       install -s -m 0755 $(PROGS) $(OLDPROGS) $(bindir)
+       install -m 0755 $(SHCMDS) $(bindir)
        for i in psfaddtable psfgettable psfstriptable; do \
                rm -f $(bindir)/$$i; ln -s psfxtable $(bindir)/$$i; \
        done