From d4942d3055157e65b1eb846c8d2cae326509614b Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 12 Feb 2019 19:30:43 +0100 Subject: [PATCH] cookie: fix build This doesn't really work and dunno how it ever did, as erasing the git commands prevents a submodule pull which in turn removes pulling in bashlibs, and everything fails as without presence of system bashlibs it tries to install them, and fails to do so as it hasn't previously pulled in the submodule. --- srcpkgs/cookie/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/cookie/template b/srcpkgs/cookie/template index c47169b0b47..7b4406cd49d 100644 --- a/srcpkgs/cookie/template +++ b/srcpkgs/cookie/template @@ -4,6 +4,7 @@ version=0.2.0 revision=1 noarch=yes build_style=gnu-makefile +hostmakedepends="bashlibs" depends="bash bashlibs" short_desc="Template-based File Generator" maintainer="Nathan Owens " @@ -12,11 +13,6 @@ homepage="https://github.com/bbugyi200/cookie" distfiles="${homepage}/archive/v${version}.tar.gz" checksum=4af67b9376b60e9e40ef34b5be3e4be768ed550cc6e16baf5df0a04fd7e541e3 -post_extract() { - sed -i 's:sudo:: - /git/d' Makefile -} - post_install() { vlicense LICENSE }