patchelf: build-script reviewed

This commit is contained in:
Achim Gsell
2020-11-16 15:15:13 +01:00
parent 3d841cf76a
commit 779290f9f1

View File

@@ -2,5 +2,11 @@
# :FIXME: needs review
pbuild::set_download_url "https://nixos.org/releases/$P/$P-$V/$P-$V.tar.bz2"
pbuils::add_to_group 'System'
pbuild::set_download_url "https://github.com/NixOS/$P/archive/$V.tar.gz" "$P-$V.tar.gz"
pbuild::add_to_group 'System'
pbuild::post_prep() {
cd "${SRC_DIR}"
./bootstrap.sh
}