summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32588f05530a..cce056ee701f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xde-applets-git
pkgver=0.5.r2.g67870c6
-pkgrel=1
+pkgrel=2
pkgdesc="X Desktop Environment System Tray Icons and Dock Apps"
groups=('xde-git')
arch=('i686' 'x86_64')
@@ -22,9 +22,13 @@ pkgver() {
git describe --long --tags | sed -E 's/([^-]*-g)/r\1/;s/-/./g'
}
-build() {
+prepare() {
cd $pkgname
./autogen.sh
+}
+
+build() {
+ cd $pkgname
./configure --sysconfdir=/etc
make
}