]> git.pld-linux.org Git - packages/bluefish.git/blame - bluefish-DESTDIR.patch
- updated to 0.3.2
[packages/bluefish.git] / bluefish-DESTDIR.patch
CommitLineData
0b708bff 1--- Makefile.in~ Tue Jul 6 08:57:38 1999
2+++ Makefile.in Sun Jul 11 20:57:09 1999
3@@ -45,10 +45,10 @@
1a8115d5 4 rm -f *.orig *.rej
5
6 install:
7- $(INSTALL) -d -m 755 @install_location@
0b708bff 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
1a8115d5 11+ $(INSTALL) -d -m 755 $(DESTDIR)@install_location@
0b708bff 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
17 uninstall:
0b708bff 18--- src/Makefile.in~ Tue Jul 6 08:57:44 1999
19+++ src/Makefile.in Sun Jul 11 20:58:08 1999
20@@ -53,8 +53,8 @@
1a8115d5 21 rm -f config.h
22
23 install: all
0b708bff 24- $(INSTALL) -d -m 755 $(bindir)
1a8115d5 25- $(INSTALL) -s -m 755 ./bluefish $(bindir)/bluefish
0b708bff 26+ $(INSTALL) -d -m 755 $(DESTDIR)$(bindir)
1a8115d5 27+ $(INSTALL) -s -m 755 ./bluefish $(DESTDIR)$(bindir)/bluefish
28
29 uninstall:
30 /bin/rm -f $(bindir)/bluefish
This page took 0.077501 seconds and 4 git commands to generate.