summaryrefslogtreecommitdiff
path: root/shells/bash/files/patch-ab
blob: 46c5e4f858c392f334ff930d9cf971b59de86eea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** Makefile.in.bak	Wed Dec 18 22:57:21 1996
--- Makefile.in	Fri Dec 27 14:20:11 1996
***************
*** 499,505 ****
  
  install:	.made installdirs
  	$(INSTALL_PROGRAM) $(Program) $(bindir)/$(Program)
! 	$(INSTALL_PROGRAM) bashbug $(bindir)/bashbug
  	-( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \
  		man1dir=$(man1dir) man1ext=$(man1ext) \
  		man3dir=$(man3dir) man3ext=$(man3ext) \
--- 499,505 ----
  
  install:	.made installdirs
  	$(INSTALL_PROGRAM) $(Program) $(bindir)/$(Program)
! 	$(INSTALL) -m 555 bashbug $(bindir)/bashbug
  	-( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \
  		man1dir=$(man1dir) man1ext=$(man1ext) \
  		man3dir=$(man3dir) man3ext=$(man3ext) \