summaryrefslogtreecommitdiffstats
path: root/main/lxc
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2014-02-21 11:24:39 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2014-02-21 11:24:39 +0000
commit8705a085a50d52fdf961f44bfdbafd6d602577ee (patch)
treed63c8c11509d4e82eeea1d8d425ff2b15d9c704d /main/lxc
parent2e62cc849427524260282c25683f68ac655ec8a2 (diff)
downloadaports-8705a085a50d52fdf961f44bfdbafd6d602577ee.tar.bz2
aports-8705a085a50d52fdf961f44bfdbafd6d602577ee.tar.xz
main/lxc: fix abuild smartness
Diffstat (limited to 'main/lxc')
-rw-r--r--main/lxc/APKBUILD8
1 files changed, 7 insertions, 1 deletions
diff --git a/main/lxc/APKBUILD b/main/lxc/APKBUILD
index ba7375f8f..4a3186a64 100644
--- a/main/lxc/APKBUILD
+++ b/main/lxc/APKBUILD
@@ -3,7 +3,7 @@
pkgname=lxc
pkgver=1.0.0
_mypkgver=${pkgver/_rc/.rc}
-pkgrel=0
+pkgrel=1
pkgdesc="linux containers - tools"
url="http://lxc.sourceforge.net/"
arch="all"
@@ -77,6 +77,12 @@ templates() {
mv "$pkgdir"/usr/share/lxc/templates "$subpkgdir"/usr/share/lxc/
}
+dev() {
+ default_dev
+ #fix abuild smartness
+ mv "$subpkgdir"/usr/bin/lxc-config \
+ "$pkgdir"/usr/bin/ || return 1
+}
md5sums="65676ae30e6eb7e6b20ee51e6f54df06 lxc-1.0.0.tar.gz
79e90616b5049a472ccdcb5b1dcdd8b1 version.patch