Skip to content

Commit

Permalink
Fixed variable used to cd into the sources directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Magissia committed Jun 22, 2016
1 parent f1c2c7d commit 35c203f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ build() {
export EXTENSION_DIR=/usr/lib/${pkgbase}/modules
export PEAR_INSTALLDIR=/usr/share/${pkgbase}/pear

cd "${srcdir}/${pkgbase}-${pkgver}"
cd "${srcdir}/${pkgbase%5}-${pkgver}"

# php
mkdir "${srcdir}/build-php"
Expand Down

0 comments on commit 35c203f

Please sign in to comment.