mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -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
|
||||
|
||||
# Remove incorrect bash dependency.
|
||||
sed -i 's/bash/sh/' install-sh
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sbindir=/usr/bin \
|
||||
--disable-gettext
|
||||
|
||||
make
|
||||
|
||||
make \
|
||||
DIST_ROOT="$1" \
|
||||
PKG_ROOT_SBIN_DIR=/usr/bin \
|
||||
|
Loading…
Reference in New Issue
Block a user