summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormarazmista2019-02-08 23:09:47 +0100
committermarazmista2019-02-08 23:09:47 +0100
commitb39c07313b7c09a3961613c9add235899038c822 (patch)
tree3c19aafbf698f6dbf8c78fc195eb8a53cb5730b1 /PKGBUILD
parent68c3c946e41664cf3c8f187b1e4c0b98c5733032 (diff)
downloadaur-b39c07313b7c09a3961613c9add235899038c822.tar.gz
changed path for systemd service, modified package for updated .pro file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8daf253d9d00..98de21a7da36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=radeon-profile-daemon-git
pkgbase=radeon-profile-daemon-git
-pkgver=20161223.r0.gf250559
+pkgver=20190124.r6.g05bdb90
pkgrel=1
pkgdesc="System daemon for radeon-profile"
url="http://github.com/marazmista/radeon-profile-daemon"
@@ -29,11 +29,8 @@ make
}
package() {
-cd build
-make prefix="${pkgdir}" install
-
-install -Dm644 "$srcdir/build/radeon-profile-daemon" "$pkgdir/usr/bin/radeon-profile-daemon"
+install -Dm644 "$srcdir/build/target/radeon-profile-daemon" "$pkgdir/usr/bin/radeon-profile-daemon"
chmod +x "$pkgdir/usr/bin/radeon-profile-daemon"
-install -Dm644 "$srcdir/radeon-profile-daemon/radeon-profile-daemon/extra/radeon-profile-daemon.service" "$pkgdir/etc/systemd/system/radeon-profile-daemon.service"
+install -Dm644 "$srcdir/radeon-profile-daemon/radeon-profile-daemon/extra/radeon-profile-daemon.service" "$pkgdir/usr/lib/systemd/system/radeon-profile-daemon.service"
} \ No newline at end of file