repo/extra/xfsprogs/build
2020-04-27 08:53:30 +03:00

15 lines
207 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--sbindir=/usr/bin \
--disable-gettext
make
make \
DIST_ROOT="$1" \
PKG_ROOT_SBIN_DIR=/usr/bin \
PKG_ROOT_LIB_DIR=/usr/lib \
install