summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorMichel Blanc <mb@mbnet.fr>2013-04-30 09:18:44 +0200
committerMichel Blanc <mb@mbnet.fr>2013-04-30 09:18:44 +0200
commitcd852309ea205f4cd0ee08323dfb44acffcf0274 (patch)
treec0def9eadbd5413224116cdff0453674ee41b72d /packaging
parentMerge pull request #2807 from tonk/devel (diff)
downloadansible-cd852309ea205f4cd0ee08323dfb44acffcf0274.tar.xz
ansible-cd852309ea205f4cd0ee08323dfb44acffcf0274.zip
Updates Arch PKGBUILD
Recurse in subdirectories to handle the new libs layout. Updated on AUR.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/arch/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD
index 17d6acba68..3d6ba90c67 100644
--- a/packaging/arch/PKGBUILD
+++ b/packaging/arch/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: Michel Blanc <mblanc@erasme.org>
pkgname=ansible-git
-pkgver=20130311
+pkgver=20130430
pkgrel=1
pkgdesc="A radically simple deployment, model-driven configuration management, and command execution framework"
arch=('any')
@@ -38,7 +38,7 @@ package() {
cd "$srcdir/$_gitname"
mkdir -p ${pkgdir}/usr/share/ansible
- cp ./library/* ${pkgdir}/usr/share/ansible/
+ cp -r ./library/* ${pkgdir}/usr/share/ansible/
cp -r ./examples ${pkgdir}/usr/share/ansible
python2 setup.py install -O1 --root=${pkgdir}