diff options
-rw-r--r-- | src/opkbuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opkbuild.sh b/src/opkbuild.sh index 6838a82..16fc95d 100644 --- a/src/opkbuild.sh +++ b/src/opkbuild.sh @@ -348,7 +348,7 @@ for binpkgdir in ../*.pkg/; do # Clean up everything except the build stamps. for file in *; do case ${file} in - *.buildstamp) + *stamp) ;; *) ${uid0_cmd} rm -Rf ${file} || error "${binpkg}" |