Index: branches/blackosx/package/buildpkg.sh =================================================================== --- branches/blackosx/package/buildpkg.sh (revision 1672) +++ branches/blackosx/package/buildpkg.sh (revision 1673) @@ -344,7 +344,7 @@ # clean up - #rm -R -f "${1}" + rm -R -f "${1}" } @@ -472,7 +472,7 @@ header+="auth=\"root\">\n" header+="\t\n" - #rm -R -f "${1}/Temp" + rm -R -f "${1}/Temp" [ -d "${1}/Temp" ] || mkdir -m 777 "${1}/Temp" [ -d "${1}/Root" ] && mkbom "${1}/Root" "${1}/Temp/Bom" @@ -507,7 +507,7 @@ local choiceoptions="\t\t${4}" fi choices[$((choicescount++))]="\t\n\t\t#${packagename// /}.pkg\n\t\n" - #rm -R -f "${1}" + rm -R -f "${1}" fi }