diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-29 15:27:11 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-02 01:04:51 +0200 |
commit | 8e7377e14fbfc62cf97a49c4bd792a3eef67f053 (patch) | |
tree | 557b1f72650c27a5a692ad4a6e5ac6666d7cc685 /community/php7 | |
parent | 5fc0102d15f9d864d7e20616bf849ed5b348a002 (diff) | |
download | aports-8e7377e14fbfc62cf97a49c4bd792a3eef67f053.tar.bz2 aports-8e7377e14fbfc62cf97a49c4bd792a3eef67f053.tar.xz |
community/php7: remove paxmark, it's not actually needed
According to vakartel.
Diffstat (limited to 'community/php7')
-rw-r--r-- | community/php7/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index cb7af429d7..1f952ddc76 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -24,7 +24,7 @@ makedepends="autoconf bison re2c apache2-dev libxml2-dev libxslt-dev libzip-dev libical-dev libressl-dev openldap-dev net-snmp-dev db-dev krb5-dev gdbm-dev sqlite-dev freetds-dev mariadb-dev postgresql-dev unixodbc-dev freetype-dev tidyhtml-dev libxpm-dev libpng-dev libwebp-dev libjpeg-turbo-dev libmcrypt-dev gsoap-dev recode-dev - libedit-dev paxmark gettext-dev + libedit-dev gettext-dev " source="http://php.net/distributions/$_pkgreal-$pkgver.tar.bz2 $pkgname-fpm.initd @@ -188,7 +188,6 @@ package() { -e "s~PHP=php~PHP=php$_suffix~" \ "$pkgdir"/usr/bin/$file || return 1 done - paxmark -m "$pkgdir"/usr/bin/php$_suffix find "$pkgdir" -name '.*' | xargs rm -rf || return 1 rmdir "$pkgdir"/var/run |