summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Cianciolo2016-11-14 01:53:17 +0100
committerMario Cianciolo2016-11-14 01:53:17 +0100
commit006520baa84040a4f4901f9b2afe941d114723f5 (patch)
tree9c7ae6370dae5ea6e6da5f2dab41f72dd0b13190 /PKGBUILD
parentb2198513304c1998faedb20b0814ea47cad002ba (diff)
downloadaur-006520baa84040a4f4901f9b2afe941d114723f5.tar.gz
Fix localizations not installing
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index caa596b9e627..78b297a5feb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname='multiload-ng-indicator-gtk3'
pkgdesc='Modern graphical system monitor, AppIndicator plugin'
pkgver=1.4.2
-pkgrel=1
+pkgrel=2
makedepends=('intltool')
depends=('gtk3' 'cairo' 'libappindicator-gtk3>=0.4.92')
@@ -29,5 +29,5 @@ build() {
package() {
cd "multiload-ng-$pkgver"
- make -C "indicator" DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir" install
}