Commit e04ee519 by Buce

Fix typo in PKGBUILD

ansbile.cfg -> ansible.cfg
parent a94e404a
......@@ -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