diff --git a/genpkg b/genpkg index 64d1e39..e8a20d1 100755 --- a/genpkg +++ b/genpkg @@ -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"