]> git.pld-linux.org Git - packages/bluefish.git/blob - bluefish-DESTDIR.patch
- updated to 0.3.2
[packages/bluefish.git] / bluefish-DESTDIR.patch
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 @@
4         rm -f *.orig *.rej
5  
6  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     
15         @cd ${srcdir}/ && $(MAKE) install
16  
17  uninstall:
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 @@
21         rm -f config.h
22  
23  install: all
24 -       $(INSTALL) -d -m 755 $(bindir)
25 -       $(INSTALL) -s -m 755 ./bluefish $(bindir)/bluefish
26 +       $(INSTALL) -d -m 755 $(DESTDIR)$(bindir)
27 +       $(INSTALL) -s -m 755 ./bluefish $(DESTDIR)$(bindir)/bluefish
28  
29  uninstall:
30         /bin/rm -f $(bindir)/bluefish
This page took 0.277832 seconds and 3 git commands to generate.