summaryrefslogtreecommitdiff
path: root/net-mgmt/rancid/files/patch-Makefile.am
blob: 246e638fd59d1ad2f66dcee9708467e35fba44ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** Makefile.am.orig	Mon Jun  3 14:01:32 2002
--- Makefile.am	Mon Jun  3 14:02:03 2002
***************
*** 22,28 ****
  	$(mkinstalldirs) $(prefix)/util $(prefix)/util/lg
  
  install:
! 	for file in CHANGES README cloginrc.sample ; do \
  	    $(INSTALL_DATA) $$file $(prefix); \
  	done
  
--- 22,28 ----
  	$(mkinstalldirs) $(prefix)/util $(prefix)/util/lg
  
  install:
! 	for file in CHANGES FAQ README cloginrc.sample ; do \
  	    $(INSTALL_DATA) $$file $(prefix); \
  	done