From f2a6b75de1cec5ef528428ccaa7cde7ddeb1160e Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 19 Jan 2017 13:08:33 +0100 Subject: [PATCH] getopt/build - patching Makefile is required with downloaded original tarball --- getopt/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getopt/build b/getopt/build index 41ab319..00c247c 100755 --- a/getopt/build +++ b/getopt/build @@ -3,7 +3,7 @@ SOURCE_URL="http://frodo.looijaard.name/system/files/software/getopt/getopt-1.1.6.tar.gz" pbuild::patch_sources_Linux() { - : patch -p1 < "${BUILD_BLOCK_DIR}/Makefile.patch" + patch -p1 < "${BUILD_BLOCK_DIR}/Makefile.patch" } pbuild::configure() {