mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-28 10:29:37 +02:00
bugfix in getopt build-script
This commit is contained in:
+2
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user