summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwitit2016-03-15 19:45:24 +0700
committerwitit2016-03-15 19:45:24 +0700
commit2c7d3c36f8fd8f3edf8c5f85057cf2dd97500f7f (patch)
treed646ee7068f5b4df748c25e23642eef70c27ce5e
parent5daa16a6f4a82fda3c28495bf4e0083a855438c0 (diff)
downloadaur-2c7d3c36f8fd8f3edf8c5f85057cf2dd97500f7f.tar.gz
remove symlink to database config to simplify matters
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32b4c47694ff..58095962540e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,9 +16,7 @@ sha512sums=('6bd57bb0ec2c5d04e0ac815bd1da75c175bf50597d5dae7b3b04f8eecd1035f6521
package() {
install -d "$pkgdir"/usr/share/webapps
- install -d "$pkgdir"/etc/webapps/invoiceplane
cp -a "$_pkgname-$pkgver" "$pkgdir"/usr/share/webapps/invoiceplane
- ln -fs /etc/webapps/invoiceplane/database.php "$pkgdir"/usr/share/webapps/invoiceplane/application/config/database.php
install -Dm644 "$_pkgname-$pkgver"/license.txt "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
} \ No newline at end of file