summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFaerbit2016-03-19 16:31:36 +0100
committerFaerbit2016-03-19 16:31:36 +0100
commitca921b376186eb5141a3b97384eb815ea79f7819 (patch)
tree505c28a69c742f1cceef07105a66c32aba259a2a
parent590ecc056307e15bae2851902b6cf2200542b081 (diff)
downloadaur-ca921b376186eb5141a3b97384eb815ea79f7819.tar.gz
Fixing example config file location.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 288cf3f05f52..240aa8b1b752 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Mar 19 15:29:08 UTC 2016
+# Sat Mar 19 15:31:03 UTC 2016
pkgbase = grade_change_emailer-git
pkgdesc = Checks for changes in your grades at the FH Aachen
pkgver = 0.1.1
diff --git a/PKGBUILD b/PKGBUILD
index 40c13108f594..b05d50839dce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,5 +24,5 @@ package() {
python3 setup.py install --root="$pkgdir/" --optimize=1
install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- install -D -m644 example.ini "$pkgdir/etc/${_pkgname}.ini.skel"
+ install -D -m644 "${_pkgname}/example.ini" "$pkgdir/etc/${_pkgname}.ini.skel"
}