aboutsummaryrefslogtreecommitdiffstats
path: root/security/fwbuilder/files/patch-ab
blob: baadcf88494602f6fd5ea9cc0b14b3f09a904f81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- examples/Makefile.in.orig   Sat Feb  3 23:01:10 2001
+++ examples/Makefile.in    Sat Feb  3 23:01:36 2001
@@ -13,7 +13,7 @@
 examplesdir = $(docdir)
 
 INSTALL = @INSTALL@
-INSTALL_PROGRAM=@INSTALL_PROGRAM@
+INSTALL_DATA=@INSTALL_DATA@
 
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
@@ -24,7 +24,7 @@
 
 install:
    $(mkinstalldirs) $(examplesdir)
-   $(INSTALL_PROGRAM) -m 0644 $(EXAMPLES) $(examplesdir)
+   $(INSTALL_DATA) $(EXAMPLES) $(examplesdir)
 
 uninstall:
    list='$(EXAMPLES)'; for file in $$list; do \
ct name='qt'>
path: root/misc/p5-Array-FileReader
Commit message (Expand)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-26