summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2015-10-15 17:31:30 +0200
committerHyacinthe Cartiaux2015-10-15 17:31:30 +0200
commit69c465f64c88cc9c250d25604cc11c48dbd53706 (patch)
treef1c420d9830443ab02b578761e54f25f691e94ec /PKGBUILD
parentb35cd78a82774b852e52af644522d430f08324e0 (diff)
downloadaur-69c465f64c88cc9c250d25604cc11c48dbd53706.tar.gz
pkgrel bump: fix an error in the package() function
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66e837e0b39b..3720ca248f89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=laptop-mode-tools
pkgver=1.68.1
-pkgrel=1
+pkgrel=2
pkgdesc='Power Savings tool for Linux'
arch=('any')
url='https://github.com/rickysarraf/laptop-mode-tools'
@@ -51,7 +51,7 @@ backup=('etc/laptop-mode/conf.d/ac97-powersave.conf'
'etc/laptop-mode/lm-profiler.conf')
package() {
- cd "laptop-mode-tools-debian-${pkgver}"
+ cd "laptop-mode-tools-${pkgver}"
make DESTDIR="${pkgdir}" MAN_D=/usr/share/man LIB_D=/usr/lib PREFIX=/usr INIT_D=false install
# use /bin instead of /sbin