summaryrefslogtreecommitdiffstats
path: root/main/patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-08-31 14:53:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-08-31 14:53:51 +0000
commit34e9c61c5f0c081c20837d3ee5ff9d38a2e79ce9 (patch)
tree2be34b987c53ee09d2e3f6503c2d7b558c08e0c8 /main/patch
parentfc5dc042c0afcd80502b6da2114557bef4c2bb5e (diff)
downloadaports-34e9c61c5f0c081c20837d3ee5ff9d38a2e79ce9.tar.bz2
aports-34e9c61c5f0c081c20837d3ee5ff9d38a2e79ce9.tar.xz
main/patch: let trigger handle busybox links
Diffstat (limited to 'main/patch')
-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 c51e3d1e5..c06c53ddb 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 99b57c463..000000000
--- 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 99b57c463..000000000
--- a/main/patch/patch.post-upgrade
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-busybox --install -s