summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Stepanov2015-12-11 00:55:45 +0300
committerKonstantin Stepanov2015-12-11 00:55:45 +0300
commitaa4177a7652d86f1556e7a4b33db9e6a33f91011 (patch)
tree31ea893ca2d8372bf2a62ab07b52bf9ea26f3a65
parent853a15a74533f257ec1db2e801d82937dee1968f (diff)
downloadaur-aa4177a7652d86f1556e7a4b33db9e6a33f91011.tar.gz
fix makefile
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 341a6eb095c2..966221bf2bf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Dec 10 21:37:52 UTC 2015
+# Thu Dec 10 21:55:35 UTC 2015
pkgbase = systemd-cron-next
pkgdesc = systemd generator to generate timers/services from crontab and anacrontab files
pkgver = 1.0.0.rc1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/systemd-cron/systemd-cron-next
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 14a5735df905..0a7e62632a2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Konstantin Stepanov <me@kstep.me>
pkgname=systemd-cron-next
pkgver=1.0.0.rc1
-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')
@@ -24,5 +24,6 @@ build() {
package() {
cd "$srcdir/systemd-cron-next-1.0.0-rc1"
+ sed -i -e 's/^install: build$/install:/' Makefile
make install
}