mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 15:20:06 -07:00
xfsprogs: Fix build when bash isn't installed. Closes #190
This commit is contained in:
parent
e5ab47ad48
commit
ab106da5be
@ -1,12 +1,14 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
# Remove incorrect bash dependency.
|
||||||
|
sed -i 's/bash/sh/' install-sh
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sbindir=/usr/bin \
|
--sbindir=/usr/bin \
|
||||||
--disable-gettext
|
--disable-gettext
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
make \
|
make \
|
||||||
DIST_ROOT="$1" \
|
DIST_ROOT="$1" \
|
||||||
PKG_ROOT_SBIN_DIR=/usr/bin \
|
PKG_ROOT_SBIN_DIR=/usr/bin \
|
||||||
|
Loading…
Reference in New Issue
Block a user