Skip to content

Commit

Permalink
Prevent makepkg from failling if build-php directory already exist
Browse files Browse the repository at this point in the history
  • Loading branch information
Magissia committed Jun 22, 2016
1 parent 1d7a519 commit 3f771b9
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 @@ -146,7 +146,7 @@ build() {
cd "${srcdir}/${pkgbase%5}-${pkgver}"

# php
mkdir "${srcdir}/build-php"
mkdir -p "${srcdir}/build-php"
cd "${srcdir}/build-php"
ln -s ../${pkgbase%5}-${pkgver}/configure
./configure ${_phpconfig} \
Expand Down

0 comments on commit 3f771b9

Please sign in to comment.