]> git.pld-linux.org Git - packages/bless.git/blame - bless-DESTDIR.patch
- updated for 0.3.1
[packages/bless.git] / bless-DESTDIR.patch
CommitLineData
9c4bee26
SP
1diff -ur bless-0.3.1/src/Makefile bless-0.3.1.new/src/Makefile
2--- bless-0.3.1/src/Makefile 2005-02-14 14:13:56.000000000 +0000
3+++ bless-0.3.1.new/src/Makefile 2005-03-03 20:53:47.563879256 +0000
4@@ -76,11 +76,11 @@
55b69148 5 $(MCS) -t:library -r:nunit.framework -pkg:gtk-sharp $<
6
7 install: bless.exe
9c4bee26
SP
8- install -c -d $(PREFIX)/lib/bless/bin/
9- install -c bless.exe $(PREFIX)/lib/bless/bin/
10+ install -c -d $(DESTDIR)$(PREFIX)/lib/bless/bin/
11+ install -c bless.exe $(DESTDIR)$(PREFIX)/lib/bless/bin/
12 echo -e "#!/bin/sh\ncd $(PREFIX)/lib/bless/bin/; mono bless.exe \"\$$@\"" > bless
55b69148 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
9c4bee26 17 rm bless
55b69148 18
19 uninstall:
This page took 0.05843 seconds and 4 git commands to generate.