summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb2b1832dc9e..1ece8fee029d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Babič <babicpet at gmail dot com>
pkgname=mtnm
pkgver=2012.05.23
-pkgrel=3
+pkgrel=4
pkgdesc="Moves window to next monitor / screen"
arch=(any)
url="http://icyrock.com/blog/2012/05/xubuntu-moving-windows-between-monitors/"
@@ -11,5 +11,5 @@ source=('mtnm')
md5sums=('c64f49268124746d83eb634aa6b9bbd0')
package() {
- install -Dm755 "mtnm" "/usr/bin/mtnm"
+ install -Dm755 "mtnm" "$pkgdir/usr/bin/mtnm"
}