diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-31 13:45:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-31 13:45:52 +0000 |
commit | ee4a5b585f81c20986efd0aef2fba2331698a618 (patch) | |
tree | ddf98505b7669614039fe6c484fa1cfb130e07b9 /main/gzip | |
parent | 494b1c8d137dbc074b19f93ff31bdb804375aa8a (diff) | |
download | aports-ee4a5b585f81c20986efd0aef2fba2331698a618.tar.bz2 aports-ee4a5b585f81c20986efd0aef2fba2331698a618.tar.xz |
main/gzip: let trigger restore busybox links
Diffstat (limited to 'main/gzip')
-rw-r--r-- | main/gzip/APKBUILD | 5 | ||||
-rw-r--r-- | main/gzip/gzip.post-deinstall | 3 |
2 files changed, 2 insertions, 6 deletions
diff --git a/main/gzip/APKBUILD b/main/gzip/APKBUILD index 3b8567b36..3533783d0 100644 --- a/main/gzip/APKBUILD +++ b/main/gzip/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gzip pkgver=1.4 -pkgrel=2 +pkgrel=3 pkgdesc="A popular data compression program" subpackages="$pkgname-doc" url="http://www.gnu.org/software/gzip/" @@ -10,7 +10,7 @@ arch="all" license="GPL2" depends= makedepends= -install="$pkgname.post-deinstall" +install= source="http://ftp.gnu.org/gnu/gzip/gzip-$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver @@ -21,7 +21,6 @@ build() { export DEFS="NO_ASM" ./configure --prefix=/usr \ --mandir=/usr/share/man \ - --disable-nls \ --infodir=/usr/share/info make || return 1 } diff --git a/main/gzip/gzip.post-deinstall b/main/gzip/gzip.post-deinstall deleted file mode 100644 index 99b57c463..000000000 --- a/main/gzip/gzip.post-deinstall +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -busybox --install -s |