Skip to content

Commit

Permalink
Potential fix for spaces (second try)
Browse files Browse the repository at this point in the history
  • Loading branch information
Magissia committed Jun 22, 2016
1 parent f98f5ae commit 7f1cfd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ validpgpkeys=('6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3'
'0BD78B5F97500D450838F95DFE857D9A90D90EC1')

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

patch -p0 -i ${srcdir}/php.ini.patch
patch -p0 -i ${srcdir}/php-fpm.conf.in.patch
Expand Down 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}-${pkgver}"

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

0 comments on commit 7f1cfd4

Please sign in to comment.