Postgis. raster. $prefix -> $prefix/bin
This commit is contained in:
parent
c1e8fb446c
commit
a828f6332b
@ -161,10 +161,10 @@ in rec {
|
|||||||
'';
|
'';
|
||||||
postConfigure = ''
|
postConfigure = ''
|
||||||
sed -i "s|@mkdir -p \$(DESTDIR)\$(PGSQL_BINDIR)||g ;
|
sed -i "s|@mkdir -p \$(DESTDIR)\$(PGSQL_BINDIR)||g ;
|
||||||
s|\$(DESTDIR)\$(PGSQL_BINDIR)|$prefix|g
|
s|\$(DESTDIR)\$(PGSQL_BINDIR)|$prefix/bin|g
|
||||||
" \
|
" \
|
||||||
"raster/loader/Makefile";
|
"raster/loader/Makefile";
|
||||||
sed -i "s|\$(DESTDIR)\$(PGSQL_BINDIR)|$prefix|g
|
sed -i "s|\$(DESTDIR)\$(PGSQL_BINDIR)|$prefix/bin|g
|
||||||
" \
|
" \
|
||||||
"raster/scripts/python/Makefile";
|
"raster/scripts/python/Makefile";
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user