From 379cb6eb270b0b26ddddb9170c6dcd0f756d1de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Sat, 22 Sep 2012 05:08:26 -0300 Subject: Fix skip on built_ok --- treepkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/treepkg b/treepkg index 5a8eae2..8ba2add 100755 --- a/treepkg +++ b/treepkg @@ -195,7 +195,7 @@ if [ ${DEPTH} -eq 0 ]; then # Ignore if there's no PKGBUILD if [ ! -f "${BUILDDIR}/${_pkg}/PKGBUILD" ]; then continue; fi # Skip if already built (faster than calling is_build again) - if [ -f built_ok ]; then continue; fi + if [ -f "${BUILDDIR}/${_pkg}/built_ok" ]; then continue; fi ${VERBOSE} && msg "Building ${_pkg/_/ }" || true -- cgit v1.1-4-g5e80