summaryrefslogtreecommitdiff
path: root/shells/bash2/patches/patch-ab
blob: 7b8da21987096929a56d041d931258e277a4eb37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.3 1998/08/07 11:13:53 agc Exp $

--- Makefile.in.orig	Thu Apr 16 10:35:05 1998
+++ Makefile.in	Tue Aug  4 21:18:05 1998
@@ -541,7 +541,7 @@
 
 install:	.made installdirs
 	$(INSTALL_PROGRAM) $(Program) $(bindir)/$(Program)
-	$(INSTALL_PROGRAM) bashbug $(bindir)/bashbug
+	$(INSTALL) -m 555 bashbug $(bindir)/bashbug
 	-( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \
 		man1dir=$(man1dir) man1ext=$(man1ext) \
 		man3dir=$(man3dir) man3ext=$(man3ext) \