diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2014-02-21 11:24:39 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2014-02-21 11:24:39 +0000 |
commit | 8705a085a50d52fdf961f44bfdbafd6d602577ee (patch) | |
tree | d63c8c11509d4e82eeea1d8d425ff2b15d9c704d /main/lxc/APKBUILD | |
parent | 2e62cc849427524260282c25683f68ac655ec8a2 (diff) | |
download | aports-8705a085a50d52fdf961f44bfdbafd6d602577ee.tar.bz2 aports-8705a085a50d52fdf961f44bfdbafd6d602577ee.tar.xz |
main/lxc: fix abuild smartness
Diffstat (limited to 'main/lxc/APKBUILD')
-rw-r--r-- | main/lxc/APKBUILD | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/main/lxc/APKBUILD b/main/lxc/APKBUILD index ba7375f8fc..4a3186a64a 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 |