From 1e0b04ab25535b9c443f3e41dbffb01d4478767b Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 23 Apr 2012 12:54:01 -0400 Subject: Be more liberal in build stamp naming. After each build, leave behind any files in the work area named "*stamp", rather than just "*.buildstamp". --- 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}" -- cgit v0.9.1