aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/patch/APKBUILD4
-rw-r--r--main/patch/patch.post-deinstall3
-rw-r--r--main/patch/patch.post-upgrade3
3 files changed, 2 insertions, 8 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
diff --git a/main/patch/patch.post-deinstall b/main/patch/patch.post-deinstall
deleted file mode 100644
index 99b57c4635..0000000000
--- a/main/patch/patch.post-deinstall
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-busybox --install -s
diff --git a/main/patch/patch.post-upgrade b/main/patch/patch.post-upgrade
deleted file mode 100644
index 99b57c4635..0000000000
--- a/main/patch/patch.post-upgrade
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-busybox --install -s