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 5d9d6a29bf82..b7db0b7da5f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname="griffith"
pkgver=0.13
-pkgrel=11
+pkgrel=12
pkgdesc="Movie collection manager application"
arch=('any')
url="http://www.griffith.cc/"
@@ -64,6 +64,6 @@ package() {
# The program creates a wrong symlink so make a new one
rm ${pkgdir}/usr/bin/griffith
- ln -s ${pkgdir}/usr/share/griffith/lib/griffith ${pkgdir}/usr/bin/griffith
+ ln -s /usr/share/griffith/lib/griffith ${pkgdir}/usr/bin/griffith
}
# vim:set ts=4 sw=2 ft=sh et: