From 13836d632f59e18c6318907ed8a7a3628019d074 Mon Sep 17 00:00:00 2001 From: kueller Date: Wed, 20 May 2009 12:36:46 +0000 Subject: [PATCH] =?UTF-8?q?Install=20Overwrite=20scheint=20nicht=20zu=20fu?= =?UTF-8?q?nktionieren.=20Vorl=C3=A4ufig=20fest=20eingebaut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@4730 504e572c-2e33-0410-9681-be2bf7408885 --- genpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genpkg b/genpkg index 92b2280..4470c88 100755 --- a/genpkg +++ b/genpkg @@ -424,7 +424,7 @@ pkggen() { else INSTALLOPTS=$INSTALLOPTS" -fi" fi - installpkg $INSTALLOPTS $DISTTARGET/$SRCPATH/$PKGNAME + installpkg -o $INSTALLOPTS $DISTTARGET/$SRCPATH/$PKGNAME CheckError "Installation of $PKGNAME failed" else if [ ! -d /var/install/tmp ]; then