# packages/mtd-utils/auxbuild
#

# create symlink to git repository
build_git_symlink "${BUILD_PACKAGE}"

# run make, make install (directory, extra arguments)
build_make "${BUILD_PACKAGE}" "WITHOUT_XATTR=1"
DESTDIR="${BUILDROOT}"
build_make "${BUILD_PACKAGE}" "DESTDIR=${DESTDIR}" "install"

true
# vim: ts=4:sw=4:expandtab:syntax=sh
