]> git.pld-linux.org Git - packages/bless.git/blob - bless-DESTDIR.patch
- added BR: mono-devel >= 1.0
[packages/bless.git] / bless-DESTDIR.patch
1 diff -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 @@
5         $(MCS) -t:library -r:nunit.framework -pkg:gtk-sharp $<
6  
7  install: bless.exe 
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
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         rm bless
18  
19  uninstall:
This page took 0.033716 seconds and 3 git commands to generate.