summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJanne Heß2016-07-25 19:44:05 +0200
committerJanne Heß2016-07-25 19:44:05 +0200
commitabda0b31b677dbc4299eb51ef694227d8020cf30 (patch)
treeecaf173b4eda1afc90963ce928d0ce061163ebe6 /PKGBUILD
parent2bd78a5f7ae3d44ff1126de2ff361e7480e7fb49 (diff)
downloadaur-abda0b31b677dbc4299eb51ef694227d8020cf30.tar.gz
/usr/share/docs -> /usr/share/doc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 229ca844b023..7d8841c602f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: JohnTheKipper <roteocktober@hotmail.com>
pkgname=bootchart2-git
-pkgver=0.14.8.gc55e058
-pkgrel=1
+pkgver=0.14.8.g4e8c247
+pkgrel=2
pkgdesc='Boot Process Performance Visualization'
url='https://github.com/xrmx/bootchart'
license=('GPL')
@@ -27,7 +27,8 @@ build() {
sed -i -e 's:sbin:usr/bin:g' \
-e 's:/lib/systemd/system:/usr/lib/systemd/system:g' \
-e 's:bootchartd $(DESTDIR)$(EARLY_PREFIX)/usr/:bootchartd $(DESTDIR)$(EARLY_PREFIX)/:g' \
- -e 's:SYSTEMD_UNIT_DIR = .*:SYSTEMD_UNIT_DIR = /usr/lib/systemd/system:g' Makefile
+ -e 's:SYSTEMD_UNIT_DIR = .*:SYSTEMD_UNIT_DIR = /usr/lib/systemd/system:g' \
+ -e 's:/usr/share/docs:/usr/share/doc:g' Makefile
sed -i -e 's:#!/usr/bin/python:#!/usr/bin/python2:g' pybootchartgui.py
sed -i -e 's:sbin:bin:g' *.service.in