From 791bb999eef6da39d2160701f7d308e86113eefd Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Fri, 15 Jan 2016 17:17:43 +0100 Subject: initial commit for Enea Linux 5.0-ppc Signed-off-by: Adrian Dudau --- enea-init-build-env | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'enea-init-build-env') diff --git a/enea-init-build-env b/enea-init-build-env index 9bc5bab43f..ba545a9112 100755 --- a/enea-init-build-env +++ b/enea-init-build-env @@ -200,10 +200,7 @@ else echo "*** Info: Inheriting distrodata." fi - echo -e '\nLICENSE_FLAGS_WHITELIST += "non-commercial"\n' >> conf/local.conf - echo "*** Info: Need to set LICENSE_FLAGS_WHITELIST for netperf" - - if [[ -n $DISTRO ]]; then + if [[ -n $DISTRO ]]; then sed -i -e "s|^DISTRO.*|DISTRO ?= \"$DISTRO\"|" conf/local.conf sed -i -e 's|^PACKAGE_CLASSES ?= "package_rpm"|PACKAGE_CLASSES ?= "package_rpm package_ipk"|' conf/local.conf echo "*** Info: Setting PACKAGE_CLASSES to ipk and rpm" -- cgit v1.2.3-54-g00ecf