From 2b867dab614b4e670cb901f05c9bdb25157fa80b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20K=C3=B6cher?= Date: Thu, 10 Jul 2014 15:45:17 +0200 Subject: [PATCH] After package_specific_setup(), candi returns to the BUILDDIR now automatically --- candi.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/candi.sh b/candi.sh index ae01ebb..358dbf2 100755 --- a/candi.sh +++ b/candi.sh @@ -245,6 +245,7 @@ package_build() { # Carry out any package-specific setup package_specific_setup + cd ${BUILDDIR} quit_if_fail "There was a problem in build setup for ${NAME}." # Use the appropriate build system to compile and install the -- 2.39.5