diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-30 14:45:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-30 14:45:14 +0000 |
commit | c3ea60c2007e9118894ed046eff626f2d30a695f (patch) | |
tree | 1465248f73214020f15695cf3e2331b166268cf7 /main/collectd | |
parent | 3d0852c3d58ec11617c2451aaaaecd4887afe2f2 (diff) | |
download | aports-c3ea60c2007e9118894ed046eff626f2d30a695f.tar.bz2 aports-c3ea60c2007e9118894ed046eff626f2d30a695f.tar.xz |
main/collectd: set noarch for perl subpackage
Diffstat (limited to 'main/collectd')
-rw-r--r-- | main/collectd/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/collectd/APKBUILD b/main/collectd/APKBUILD index a8919bfe59..42a88dc7d5 100644 --- a/main/collectd/APKBUILD +++ b/main/collectd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=collectd pkgver=4.10.2 -pkgrel=1 +pkgrel=2 pkgdesc="The system statistics collection daemon" url="http://collectd.org" arch="x86 x86_64" @@ -57,6 +57,7 @@ package() { perl() { pkgdesc="perl bindings to collectd" depends="perl" + arch="noarch" install -d "$subpkgdir"/usr/lib/ "$subpkgdir"/usr/share mv "$pkgdir"/usr/lib/perl* "$subpkgdir"/usr/lib/ mv "$pkgdir"/usr/share/perl* "$subpkgdir"/usr/share/ |