summaryrefslogtreecommitdiff
path: root/bzip2.morph
diff options
context:
space:
mode:
Diffstat (limited to 'bzip2.morph')
-rw-r--r--bzip2.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/bzip2.morph b/bzip2.morph
index bb321f1..7dd89e6 100644
--- a/bzip2.morph
+++ b/bzip2.morph
@@ -2,14 +2,14 @@
"name": "bzip2",
"kind": "chunk",
"configure-commands": [
- "sed -i -e 's|$(PREFIX)/man|$(PREFIX)/share/man|g' Makefile"
+ "sed -i -rf bzip2.morph-makefix.sed Makefile"
],
"build-commands": [
"make -f Makefile-libbz2_so",
"make"
],
"install-commands": [
- "make PREFIX=\"$DESTDIR$PREFIX\" install",
+ "make DESTDIR=\"$DESTDIR\" PREFIX=\"$PREFIX\" install",
"install libbz2.so* \"$DESTDIR$PREFIX/lib\""
]
}