From c569e39e4506522606771df4f68611f0735abc5a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 13 Oct 2008 05:30:59 +0200 Subject: [PATCH] pkgfs.sh: fix install target. --- pkgfs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgfs.sh b/pkgfs.sh index d739ef9..d83b486 100755 --- a/pkgfs.sh +++ b/pkgfs.sh @@ -758,6 +758,8 @@ install_src_phase() exit 1 fi + cd $wrksrc || exit 1 + echo "=> Running \`\`install´´ phase for: \`$pkgname-$version´." # -- 2.11.4.GIT