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
This commit is contained in:
ph4ntome@gmail.com 2014-11-05 10:41:13 +00:00
parent b105523f48
commit f4dab107c3

View File

@ -19,7 +19,7 @@ pkgver() {
}
build() {
cd "${srcdir}/${pkgname}"
cd "${srcdir}/${pkgname}/scripts"
./make_pkg
}