diff options
Diffstat (limited to 'community/easystroke/PKGBUILD')
-rw-r--r-- | community/easystroke/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/easystroke/PKGBUILD b/community/easystroke/PKGBUILD index 8bdcfeb80..1a566a279 100644 --- a/community/easystroke/PKGBUILD +++ b/community/easystroke/PKGBUILD @@ -3,7 +3,7 @@ pkgname=easystroke pkgver=0.6.0 -pkgrel=2 +pkgrel=3 pkgdesc='Use mouse gestures to initiate commands and hotkeys.' arch=('i686' 'x86_64') url='http://easystroke.sourceforge.net/' @@ -15,14 +15,14 @@ source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz md5sums=('3b4f25d02a6b5ac57a8b7a06545869db') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} make make man } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} make PREFIX=/usr DESTDIR="${pkgdir}" install |