summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f384ded6c791..c3e7b5dc828c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = system76-power-git
pkgdesc = System76 Power Management
pkgver = r160.1c347b8
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/pop-os/system76-power
install = system76-power-git.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 10a0573b5b22..09d16530d2c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=system76-power-git
pkgver=r160.1c347b8
-pkgrel=2
+pkgrel=3
pkgdesc="System76 Power Management"
arch=('any')
url="https://github.com/pop-os/system76-power"
@@ -28,8 +28,8 @@ prepare() {
patch --no-backup-if-mismatch -Np1 -i ${srcdir}/graphics.patch
- # Fix-up locations of daemon paths in service files
- find . -type f -name '*.service' -exec sed -i -re "/^ExecStart/s/system76-driver/system76-power-git/g" "{}" \;
+ # Fix-up location paths
+ find . -type f -exec sed -i -re "s|/usr/lib/system76-driver/|/usr/lib/system76-driver-git/|g" "{}" \;
}
build() {