From f833480db4d8c6a856c8cf25f968e9feca6c808c Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 28 Apr 2012 20:23:23 +0200 Subject: [PATCH] nrelease: Build the git we ship on the LiveCD without Python support. This saves quite some space (>60MB) on the ISO. --- nrelease/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nrelease/Makefile b/nrelease/Makefile index ac5d997d31..2f4418492e 100644 --- a/nrelease/Makefile +++ b/nrelease/Makefile @@ -71,7 +71,7 @@ PKGSRC_OPTIONS+= MAKE_JOBS=${MAKE_JOBS} PKGSRC_OPTIONS+= WRKOBJDIR=/usr/pkgobj PKGSRC_OPTIONS+= PKG_DEFAULT_OPTIONS='dri inet6' .if !make(gui) -PKGSRC_OPTIONS+= PKG_OPTIONS.scmgit=-scmgit-gui +PKGSRC_OPTIONS+= PKG_OPTIONS.scmgit='-python -scmgit-gui' .endif # Even though buildiso wipes the packages, our check target has to run -- 2.41.0