From 5e832324f8c8c062324583590e9ce775cd737965 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 19 Jan 2017 11:15:49 +0100 Subject: [PATCH] getopt/build - there is no need to patch the Makefile (why?) --- getopt/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getopt/build b/getopt/build index 00c247c..41ab319 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() {