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