From a9a16bf5e3b57f9165c90d2304028d794e4cd913 Mon Sep 17 00:00:00 2001 From: Key4ce Date: Tue, 14 Oct 2014 23:55:17 +0200 Subject: [PATCH] revert fddbc67 , bsdinstaller doesn't get installer later on. --- scripts/build/build_installer_packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/build_installer_packages.sh b/scripts/build/build_installer_packages.sh index 79bf4c4..c591ee6 100755 --- a/scripts/build/build_installer_packages.sh +++ b/scripts/build/build_installer_packages.sh @@ -67,7 +67,7 @@ rebuild_port() chmod -R 777 work && \ make -DBATCH options_UNSET="${options_UNSET}" options_SET="${options_SET}" $WITH_NLS_DEF $WITH_CURSES_DEF $WITH_CGI_DEF $WITH_QT_DEF \ $WITH_LUA_BACKEND_DEF $WITH_C_BACKEND_DEF $WITH_DEBUG_DEF \ - $PORTS_FLAGS package FORCE_PKG_REGISTER=yes && \ + $PORTS_FLAGS build package deinstall install FORCE_PKG_REGISTER=yes && \ make clean && rm -rf work }