aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKARBOWSKI Piotr <piotr.karbowski@gmail.com>2017-12-26 19:21:23 +0100
committerKARBOWSKI Piotr <piotr.karbowski@gmail.com>2017-12-26 19:21:23 +0100
commit1a92a71d8960be347aba8bd15bb48d9b44318877 (patch)
treea3d167d68f46687a4c9834fb5386878f88bf2fc8
parentChangeLog: libuuid update (diff)
downloadbetter-initramfs-1a92a71d8960be347aba8bd15bb48d9b44318877.tar.xz
better-initramfs-1a92a71d8960be347aba8bd15bb48d9b44318877.zip
lebuilds/popt.lebuild: smallish update
-rwxr-xr-xbootstrap/lebuilds/popt.lebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/bootstrap/lebuilds/popt.lebuild b/bootstrap/lebuilds/popt.lebuild
index 416ec0b..601d97e 100755
--- a/bootstrap/lebuilds/popt.lebuild
+++ b/bootstrap/lebuilds/popt.lebuild
@@ -6,12 +6,11 @@ homepage='http://rpm5.org/'
license='MIT'
build_cmd="
- cd /source/${name}-${version} && \
- ./configure --prefix=/usr \
- --mandir=/usr/man \
- --disable-nls && \
- make -j ${cores_num:-1} && \
- make install
+ cd /source/${name}-${version} && \
+ ./configure --prefix=/binit/prefix \
+ --disable-nls && \
+ make -j ${cores_num:-1} && \
+ make install
"
fetch_source