diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-09 11:17:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-09 11:17:04 +0000 |
commit | 0eadb546806757509009686c1c40f2a2b65f9f02 (patch) | |
tree | fb8d0abb2fabb22d8e4cb00c4f374e132f57592d /main/chrpath | |
parent | 178ed1774ebfbe3ff0f431f29e963fca64ee6aec (diff) | |
download | aports-0eadb546806757509009686c1c40f2a2b65f9f02.tar.bz2 aports-0eadb546806757509009686c1c40f2a2b65f9f02.tar.xz |
main/chrpath: claim ownership and update config.sub
Diffstat (limited to 'main/chrpath')
-rw-r--r-- | main/chrpath/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/chrpath/APKBUILD b/main/chrpath/APKBUILD index 0b4dd29d29..14ec46b8a4 100644 --- a/main/chrpath/APKBUILD +++ b/main/chrpath/APKBUILD @@ -1,8 +1,7 @@ -# Contributor: -# Maintainer: +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=chrpath pkgver=0.13 -pkgrel=0 +pkgrel=1 pkgdesc="Modify rpath of compiled programs" url="ftp://ftp.hungry.com/pub/hungry/chrpath/" arch="all" @@ -22,6 +21,7 @@ prepare() { *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done + update_config_sub || return 1 } build() { |