installpkg wird jetzt mit option -o aufgerufen. damit dÃŒrften die Fragen nach bereits vorhandenen Files

wegfallen



git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@5738 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-07-04 18:13:04 +00:00
parent eba48b6d7e
commit 07076da482

View File

@ -146,6 +146,6 @@ postmk() {
-v `svn info $VMAKEDIR/SysBuild/network/inetutils| \
grep Revision|awk '{print $2}'` \
-q "ftp.gnu.org/gnu/inetutils"
installpkg -i $DISTTARGET/$SRCPATH/$k-$BASEPKGNAME
installpkg -oi $DISTTARGET/$SRCPATH/$k-$BASEPKGNAME
done
}