mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-07 06:10:49 +02:00
fix build-scripts according changes in version 0.99.15
This commit is contained in:
+2
-9
@@ -1,13 +1,6 @@
|
||||
#!/usr/bin/env modbuild
|
||||
|
||||
SOURCE_URL="http://ftp.gnu.org/gnu/coreutils/$P-$V.tar.xz"
|
||||
pbuild::set_download_url "http://ftp.gnu.org/gnu/coreutils/$P-$V.tar.xz"
|
||||
pbuild::add_configure_args "--bindir=${PREFIX}/sbin"
|
||||
|
||||
pbuild::configure() {
|
||||
"${MODULE_SRCDIR}"/configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--bindir="${PREFIX}"/sbin \
|
||||
|| exit 1
|
||||
}
|
||||
|
||||
pbuild::add_to_group 'Tools'
|
||||
pbuild::make_all
|
||||
|
||||
Reference in New Issue
Block a user