From 3210c84c0a139e853efa2ea98cdc222ff52c715b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 17 Jul 2015 07:38:40 +0200 Subject: [PATCH] sudo: broken temporarily until I repair the build. --- srcpkgs/sudo/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/sudo/template b/srcpkgs/sudo/template index 5e7cc757b45..fb316a64e26 100644 --- a/srcpkgs/sudo/template +++ b/srcpkgs/sudo/template @@ -19,6 +19,8 @@ license="ISC, BSD, zlib" distfiles="http://www.courtesan.com/sudo/dist/$pkgname-$version.tar.gz" checksum=74308f7bf242f6f997d4c8145849581f06fb6fbe47032b6e87ac664c14b9f6d3 +broken=yes + pre_install() { find ${wrksrc} -type f -name Makefile -exec sed -i 's,$(INSTALL_OWNER),,g' {} \; }