Skip to content

Commit

Permalink
Fixed pear backu path
Browse files Browse the repository at this point in the history
  • Loading branch information
Magissia committed Jun 21, 2016
1 parent b43d69c commit 7df58a2
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 @@ -320,7 +320,7 @@ package_php5-pear() {
pkgdesc='PHP Extension and Application Repository'
depends=('${pkgbase}')
provides=('${pkgbase%5}-pear=$pkgver')
backup=('etc/php/pear.conf')
backup=('etc/${pkgbase}/pear.conf')

cd ${srcdir}/build-pear
make install-pear INSTALL_ROOT=${pkgdir}
Expand Down

0 comments on commit 7df58a2

Please sign in to comment.