diff options
Diffstat (limited to 'testing/php7-gmagick')
-rw-r--r-- | testing/php7-gmagick/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/php7-gmagick/APKBUILD b/testing/php7-gmagick/APKBUILD index 2c24f7f57a..f8c04210ca 100644 --- a/testing/php7-gmagick/APKBUILD +++ b/testing/php7-gmagick/APKBUILD @@ -3,7 +3,7 @@ pkgname=php7-gmagick pkgver=2.0.4_rc1 _pkgver=${pkgver/_rc/RC} -pkgrel=0 +pkgrel=1 pkgdesc="PHP7 bindings to the GraphicsMagick library" url="http://pecl.php.net/package/gmagick" arch="all" @@ -22,7 +22,7 @@ prepare() { } build() { - cd "$_uilddir" + cd "$_builddir" ./configure \ --prefix=/usr \ --with-php-config=/usr/bin/php-config7 \ |