diff options
Diffstat (limited to 'main/patch/APKBUILD')
-rw-r--r-- | main/patch/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/patch/APKBUILD b/main/patch/APKBUILD index c51e3d1e5a..c06c53ddb4 100644 --- a/main/patch/APKBUILD +++ b/main/patch/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=patch pkgver=2.6.1 -pkgrel=2 +pkgrel=3 pkgdesc="Utility to apply diffs to files" url="http://www.gnu.org/software/patch/patch.html" arch="all" @@ -9,7 +9,7 @@ license='GPL' depends= source="ftp://ftp.gnu.org/gnu/patch/patch-2.6.tar.bz2" subpackages="$pkgname-doc" -install="$pkgname.post-deinstall $pkgname.post-upgrade" +install= _builddir="$srcdir"/$pkgname-2.6 |