Commit 43fba4e3 by Michael DeHaan

Merge pull request #3256 from DMBuce/pkgbuild-update

Fix typo in PKGBUILD
parents cbd54f6c e04ee519
......@@ -41,7 +41,7 @@ package() {
python2 setup.py install -O1 --root="$pkgdir"
install -D examples/ansible.cfg "$pkgdir/etc/ansible/ansbile.cfg"
install -D examples/ansible.cfg "$pkgdir/etc/ansible/ansible.cfg"
install -D README.md "$pkgdir/usr/share/doc/ansible/README.md"
install -D COPYING "$pkgdir/usr/share/doc/ansible/COPYING"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment