From f4dab107c3443d90d60df54746764bf5f4902e99 Mon Sep 17 00:00:00 2001 From: "ph4ntome@gmail.com" Date: Wed, 5 Nov 2014 10:41:13 +0000 Subject: [PATCH] Changed the directory of make_pkg in PKGBUILD so it reflects to new changes git-svn-id: https://callirhoe.googlecode.com/svn/branches/phantome@216 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df --- scripts/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD index f419735..d9759b6 100644 --- a/scripts/PKGBUILD +++ b/scripts/PKGBUILD @@ -19,7 +19,7 @@ pkgver() { } build() { - cd "${srcdir}/${pkgname}" + cd "${srcdir}/${pkgname}/scripts" ./make_pkg }