]> git.pld-linux.org Git - packages/bluefish.git/commitdiff
updated
authorpius <pius@pld-linux.org>
Sun, 11 Jul 1999 19:18:32 +0000 (19:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluefish-DESTDIR.patch -> 1.2

bluefish-DESTDIR.patch

index a01c73fd1da77d555cca10f060b7fbcca613955c..59cfa3308041c94b105e1df498be6938ef8e345d 100644 (file)
@@ -1,23 +1,29 @@
---- Makefile.in~       Sat Jun 26 14:28:42 1999
-+++ Makefile.in        Mon Jun 28 21:54:50 1999
-@@ -45,8 +45,8 @@
+--- Makefile.in~       Tue Jul  6 08:57:38 1999
++++ Makefile.in        Sun Jul 11 20:57:09 1999
+@@ -45,10 +45,10 @@
        rm -f *.orig *.rej
  
  install:
 -      $(INSTALL) -d -m 755 @install_location@
--      $(INSTALL) -m 755 ./bluefish.inst @install_location@/bluefish.inst
+-      $(INSTALL) -m 644 ./data/php3_functions @install_location@/php3_functions
+-      $(INSTALL) -m 644 ./data/ssi_functions @install_location@/ssi_functions
+-      $(INSTALL) -m 644 ./data/rxml_functions @install_location@/rxml_functions       
 +      $(INSTALL) -d -m 755 $(DESTDIR)@install_location@
-+      $(INSTALL) -m 755 ./bluefish.inst $(DESTDIR)@install_location@/bluefish.inst
++      $(INSTALL) -m 644 ./data/php3_functions $(DESTDIR)@install_location@/php3_functions
++      $(INSTALL) -m 644 ./data/ssi_functions $(DESTDIR)@install_location@/ssi_functions
++      $(INSTALL) -m 644 ./data/rxml_functions $(DESTDIR)@install_location@/rxml_functions     
        @cd ${srcdir}/ && $(MAKE) install
  
  uninstall:
---- src/Makefile.in~   Sat Jun 26 14:28:52 1999
-+++ src/Makefile.in    Mon Jun 28 21:44:47 1999
-@@ -53,7 +53,7 @@
+--- src/Makefile.in~   Tue Jul  6 08:57:44 1999
++++ src/Makefile.in    Sun Jul 11 20:58:08 1999
+@@ -53,8 +53,8 @@
        rm -f config.h
  
  install: all
+-      $(INSTALL) -d -m 755 $(bindir)
 -      $(INSTALL) -s -m 755 ./bluefish $(bindir)/bluefish
++      $(INSTALL) -d -m 755 $(DESTDIR)$(bindir)
 +      $(INSTALL) -s -m 755 ./bluefish $(DESTDIR)$(bindir)/bluefish
  
  uninstall:
This page took 0.194823 seconds and 4 git commands to generate.