summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Stepanov2015-12-11 12:54:50 +0300
committerKonstantin Stepanov2015-12-11 12:56:13 +0300
commita9ef241e2592a277af282a28469eef8e58ce1b76 (patch)
tree99ba8df1434876e5239608bfc2ab149e51da2e14
parent3de4d08a4b0f21dfaf8e6ae4dfbb7594c781636d (diff)
downloadaur-a9ef241e2592a277af282a28469eef8e58ce1b76.tar.gz
fix /etc dir placement
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95e2ccb167b4..222ace32e28e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Dec 10 23:22:16 UTC 2015
+# Fri Dec 11 09:54:42 UTC 2015
pkgbase = systemd-cron-next
pkgdesc = systemd generator to generate timers/services from crontab and anacrontab files
pkgver = 1.0.0.rc3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/systemd-cron/systemd-cron-next
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 4d98a099dca7..8de4e3e21140 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=systemd-cron-next
pkgver=1.0.0.rc3
_gitver=1.0.0-rc3
-pkgrel=2
+pkgrel=3
pkgdesc="systemd generator to generate timers/services from crontab and anacrontab files"
url="https://github.com/systemd-cron/systemd-cron-next"
arch=('any')
@@ -19,7 +19,7 @@ build() {
if which multirust; then
multirust override stable
fi
- ./configure --prefix="/usr"
+ ./configure --prefix="/usr" --confdir="/etc"
DESTDIR="${pkgdir}" make build
}