]> git.pld-linux.org Git - packages/bless.git/commitdiff
- DESTDIR support
authorpaladine <paladine@pld-linux.org>
Tue, 21 Dec 2004 08:56:27 +0000 (08:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bless-DESTDIR.patch -> 1.1

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

diff --git a/bless-DESTDIR.patch b/bless-DESTDIR.patch
new file mode 100644 (file)
index 0000000..c5b7c19
--- /dev/null
@@ -0,0 +1,19 @@
+diff -urN bless-0.2.3.orig/src/Makefile bless-0.2.3/src/Makefile
+--- bless-0.2.3.orig/src/Makefile      2004-12-20 12:11:49.202899608 +0100
++++ bless-0.2.3/src/Makefile   2004-12-20 12:13:35.791695648 +0100
+@@ -58,11 +58,11 @@
+       $(MCS) -t:library -r:nunit.framework -pkg:gtk-sharp $<
+ install: bless.exe 
+-      install -c -d $(PREFIX)/lib/bless
+-      install -c bless.exe $(PREFIX)/lib/bless
++      install -c -d $(DESTDIR)$(PREFIX)/lib/bless
++      install -c bless.exe $(DESTDIR)$(PREFIX)/lib/bless
+       echo "mono $(PREFIX)/lib/bless/bless.exe \"\$$@\"" > bless
+-      install -c -d $(PREFIX)/bin
+-      install -c bless $(PREFIX)/bin
++      install -c -d $(DESTDIR)$(PREFIX)/bin
++      install -c bless $(DESTDIR)$(PREFIX)/bin
+       
+ uninstall:
This page took 0.062135 seconds and 4 git commands to generate.