]> Pileus Git - ~andy/sunrise/blob - sci-electronics/voacapl/files/voacapl-0.5.4-Makefile.patch
0171be5ae1ecd90ed37f201ecd85666be8ad272d
[~andy/sunrise] / sci-electronics / voacapl / files / voacapl-0.5.4-Makefile.patch
1 --- Makefile.am.orig    2009-11-20 19:21:08.000000000 +0100
2 +++ Makefile.am 2009-11-20 19:20:29.000000000 +0100
3 @@ -46,13 +46,13 @@
4         voacapl/itshfbc/run/voacapx.out
5  
6  install-exec-hook:
7 -       sed  -i "s|__PREFIX__|@prefix@|" $(DEST)/$(bindir)/makeitshfbc
8 +       sed  -i "s|__PREFIX__|@prefix@|" $(DESTDIR)/$(bindir)/makeitshfbc
9  
10  install-data-hook:
11 -       coeffbin $(datadir)/voacapl/itshfbc/coeffs &&\
12 -       coefbinw $(datadir)/voacapl/itshfbc/coeffs &&\
13 -       fof2bin $(datadir)/voacapl/itshfbc/coeffs &&\
14 -       fof2binw $(datadir)/voacapl/itshfbc/coeffs &&\
15 +       $(DESTDIR)/$(bindir)/coeffbin $(DESTDIR)/$(datadir)/voacapl/itshfbc/coeffs &&\
16 +       $(DESTDIR)/$(bindir)/coefbinw $(DESTDIR)/$(datadir)/voacapl/itshfbc/coeffs &&\
17 +       $(DESTDIR)/$(bindir)/fof2bin $(DESTDIR)/$(datadir)/voacapl/itshfbc/coeffs &&\
18 +       $(DESTDIR)/$(bindir)/fof2binw $(DESTDIR)/$(datadir)/voacapl/itshfbc/coeffs &&\
19         echo "" &&\
20         echo "" &&\
21         echo "***************************************************" &&\