summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWebDawg2017-08-01 10:22:35 -0500
committerWebDawg2017-08-01 10:22:35 -0500
commit643051e55036eebde1d2b0d11544f07fb631de37 (patch)
tree57b0c7b3a761d9807dee1b5ce56324b636836ac0 /PKGBUILD
parent38f3103b9ef6a8237476ad82849cd5693be0a5f7 (diff)
downloadaur-643051e55036eebde1d2b0d11544f07fb631de37.tar.gz
srcdir fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de867b769c80..d49f472ea453 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
+# Maintainer: Web Dawg <webdawg at hackspherelabs.com>
# Contributor: Claudio Riva <firetux83@gmail.com>
-# Contributor2: Web Dawg <webdawg@gmail.com>
pkgname=quicksynergy
pkgver=0.9.0
-pkgrel=2
+pkgrel=3
pkgdesc="A graphical interface (GUI) for easily configuring Synergy2"
url="http://quicksynergy.sourceforge.net/"
license=('GPL')
@@ -26,6 +26,6 @@ package() {
make
make DESTDIR=$pkgdir/ install
install -m644 -D src/logo/qslogo.png $pkgdir/usr/share/pixmaps/${pkgname}.png
- install -m644 -D $startdir/src/${pkgname}.desktop $pkgdir/usr/share/applications/${pkgname}.desktop
+ install -m644 -D $srcdir/${pkgname}.desktop $pkgdir/usr/share/applications/${pkgname}.desktop
}