]> git.pld-linux.org Git - packages/bluefish.git/blame - bluefish-DESTDIR.patch
- desktop file for bluefish
[packages/bluefish.git] / bluefish-DESTDIR.patch
CommitLineData
1a8115d5 1--- Makefile.in~ Sat Jun 26 14:28:42 1999
2+++ Makefile.in Mon Jun 28 21:54:50 1999
3@@ -45,8 +45,8 @@
4 rm -f *.orig *.rej
5
6 install:
7- $(INSTALL) -d -m 755 @install_location@
8- $(INSTALL) -m 755 ./bluefish.inst @install_location@/bluefish.inst
9+ $(INSTALL) -d -m 755 $(DESTDIR)@install_location@
10+ $(INSTALL) -m 755 ./bluefish.inst $(DESTDIR)@install_location@/bluefish.inst
11 @cd ${srcdir}/ && $(MAKE) install
12
13 uninstall:
14--- src/Makefile.in~ Sat Jun 26 14:28:52 1999
15+++ src/Makefile.in Mon Jun 28 21:44:47 1999
16@@ -53,7 +53,7 @@
17 rm -f config.h
18
19 install: all
20- $(INSTALL) -s -m 755 ./bluefish $(bindir)/bluefish
21+ $(INSTALL) -s -m 755 ./bluefish $(DESTDIR)$(bindir)/bluefish
22
23 uninstall:
24 /bin/rm -f $(bindir)/bluefish
This page took 0.152024 seconds and 4 git commands to generate.