Auskommentiertes Loeschen von $TMPROOT/../$$ wieder aktiviert - war nur

zu debugging zwecken.



git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@4878 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2009-10-22 18:55:12 +00:00
parent 17e7a72d10
commit ab7c8c52c8

2
genpkg
View File

@ -532,7 +532,7 @@ pkggen() {
fi
fi
done
#rm -r /var/install/tmp/$$
rm -r /var/install/tmp/$$
if [ -f /tmp/postinstall ]; then
source /tmp/postinstall
CheckError "postinstall of $PKGNAME failed"