]> git.pld-linux.org Git - packages/bluefish.git/blame - bluefish-DESTDIR.patch
- updated for 0.3.5.
[packages/bluefish.git] / bluefish-DESTDIR.patch
CommitLineData
ae0bd815 1--- Makefile.in.org Thu Jan 13 17:49:09 2000
2+++ Makefile.in Fri Jan 14 14:16:12 2000
3@@ -57,10 +57,10 @@
1a8115d5 4
5 install:
ae0bd815 6 @$(MAKE) -C po install
7- $(INSTALL) -d -m 755 $(install_location)
8- $(INSTALL) -m 644 ./data/php3_functions $(install_location)/php3_functions
9- $(INSTALL) -m 644 ./data/ssi_functions $(install_location)/ssi_functions
10- $(INSTALL) -m 644 ./data/rxml_functions $(install_location)/rxml_functions
11+ $(INSTALL) -d -m 755 $(DESTDIR)$(install_location)
12+ $(INSTALL) -m 644 ./data/php3_functions $(DESTDIR)$(install_location)/php3_functions
13+ $(INSTALL) -m 644 ./data/ssi_functions $(DESTDIR)$(install_location)/ssi_functions
14+ $(INSTALL) -m 644 ./data/rxml_functions $(DESTDIR)$(install_location)/rxml_functions
1a8115d5 15 @cd ${srcdir}/ && $(MAKE) install
16
ae0bd815 17
18--- src/Makefile.in.org Sat Jan 8 15:49:22 2000
19+++ src/Makefile.in Fri Jan 14 14:16:35 2000
20@@ -58,9 +58,9 @@
1a8115d5 21 rm -f config.h
22
23 install: all
0b708bff 24- $(INSTALL) -d -m 755 $(bindir)
0b708bff 25+ $(INSTALL) -d -m 755 $(DESTDIR)$(bindir)
ae0bd815 26 strip ./bluefish
27- $(INSTALL) -s -m 755 ./bluefish $(bindir)/bluefish
1a8115d5 28+ $(INSTALL) -s -m 755 ./bluefish $(DESTDIR)$(bindir)/bluefish
29
30 uninstall:
31 /bin/rm -f $(bindir)/bluefish
This page took 0.039102 seconds and 4 git commands to generate.