bugfix in getopt build-script

This commit is contained in:
2018-10-16 16:04:01 +02:00
parent 1bcefaf287
commit a6c76140e5
+2 -3
View File
@@ -1,9 +1,10 @@
#!/usr/bin/env modbuild
set -x
pbuild::set_download_url "http://frodo.looijaard.name/system/files/software/getopt/getopt-1.1.6.tar.gz"
pbuild::compile_in_sourcetree
pbuild::pre_configure_Linux() {
pbuild::pre_prep_Linux() {
pbuild::add_patch "Makefile.patch"
}
@@ -38,8 +39,6 @@ pbuild::cleanup_build() {
:
}
pbuild::make_all
# Local Variables:
# mode: sh
# sh-basic-offset: 8