]> git.pld-linux.org Git - packages/bluefish.git/commitdiff
- fixed using DESTDIR
authorpius <pius@pld-linux.org>
Mon, 28 Jun 1999 19:50:48 +0000 (19:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluefish-DESTDIR.patch -> 1.1

bluefish-DESTDIR.patch [new file with mode: 0644]

diff --git a/bluefish-DESTDIR.patch b/bluefish-DESTDIR.patch
new file mode 100644 (file)
index 0000000..a01c73f
--- /dev/null
@@ -0,0 +1,24 @@
+--- Makefile.in~       Sat Jun 26 14:28:42 1999
++++ Makefile.in        Mon Jun 28 21:54:50 1999
+@@ -45,8 +45,8 @@
+       rm -f *.orig *.rej
+ install:
+-      $(INSTALL) -d -m 755 @install_location@
+-      $(INSTALL) -m 755 ./bluefish.inst @install_location@/bluefish.inst
++      $(INSTALL) -d -m 755 $(DESTDIR)@install_location@
++      $(INSTALL) -m 755 ./bluefish.inst $(DESTDIR)@install_location@/bluefish.inst
+       @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 @@
+       rm -f config.h
+ install: all
+-      $(INSTALL) -s -m 755 ./bluefish $(bindir)/bluefish
++      $(INSTALL) -s -m 755 ./bluefish $(DESTDIR)$(bindir)/bluefish
+ uninstall:
+       /bin/rm -f $(bindir)/bluefish
This page took 0.049673 seconds and 4 git commands to generate.