]> git.pld-linux.org Git - packages/bless.git/blame - bless-DESTDIR.patch
- DESTDIR support
[packages/bless.git] / bless-DESTDIR.patch
CommitLineData
55b69148 1diff -urN bless-0.2.3.orig/src/Makefile bless-0.2.3/src/Makefile
2--- bless-0.2.3.orig/src/Makefile 2004-12-20 12:11:49.202899608 +0100
3+++ bless-0.2.3/src/Makefile 2004-12-20 12:13:35.791695648 +0100
4@@ -58,11 +58,11 @@
5 $(MCS) -t:library -r:nunit.framework -pkg:gtk-sharp $<
6
7 install: bless.exe
8- install -c -d $(PREFIX)/lib/bless
9- install -c bless.exe $(PREFIX)/lib/bless
10+ install -c -d $(DESTDIR)$(PREFIX)/lib/bless
11+ install -c bless.exe $(DESTDIR)$(PREFIX)/lib/bless
12 echo "mono $(PREFIX)/lib/bless/bless.exe \"\$$@\"" > bless
13- install -c -d $(PREFIX)/bin
14- install -c bless $(PREFIX)/bin
15+ install -c -d $(DESTDIR)$(PREFIX)/bin
16+ install -c bless $(DESTDIR)$(PREFIX)/bin
17
18
19 uninstall:
This page took 0.034716 seconds and 4 git commands to generate.