summaryrefslogtreecommitdiff
blob: 482c370d8276e8ef4c409dde79591e1308d9db47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** Makefile.orig	Thu Sep 13 00:57:10 2001
--- Makefile	Thu Sep 13 00:57:48 2001
***************
*** 39,45 ****
  	rm -f $(PROG) *.o *~
   
   install:
! 	install -c -m 755 -o root -g mail -s $(PROG) $(DESTDIR)/usr/bin/
! 	install -c -m 644 $(MFILES) $(DESTDIR)/usr/man/man1/
  	cd misc && install -c -m 644 $(EFILES) $(DESTDIR)/etc/
  	cd misc && install -c -m 644 $(SFILES) $(DESTDIR)/usr/lib/
--- 39,45 ----
  	rm -f $(PROG) *.o *~
   
   install:
! 	install -c -m 755 -o root -g mail -s $(PROG) $(DESTDIR)/bin/
! 	install -c -m 644 $(MFILES) $(DESTDIR)/usr/share/man/man1/
  	cd misc && install -c -m 644 $(EFILES) $(DESTDIR)/etc/
  	cd misc && install -c -m 644 $(SFILES) $(DESTDIR)/usr/lib/