From 0b708bff3274ae1b48e66196080f8d853ed8aeb1 Mon Sep 17 00:00:00 2001 From: pius Date: Sun, 11 Jul 1999 19:18:32 +0000 Subject: [PATCH] updated Changed files: bluefish-DESTDIR.patch -> 1.2 --- bluefish-DESTDIR.patch | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/bluefish-DESTDIR.patch b/bluefish-DESTDIR.patch index a01c73f..59cfa33 100644 --- a/bluefish-DESTDIR.patch +++ b/bluefish-DESTDIR.patch @@ -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: -- 2.44.0