summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2018-09-01 16:19:59 +0300
committerCaleb Maclennan2018-09-01 16:19:59 +0300
commit9a8ea8ebb6c17404ad4ad6c042c59c6c28ed48b9 (patch)
tree8f072c44c3885804162d515fa796cba085c36975 /PKGBUILD
parent3fcb745f9d64a3d2d495fc4be30e0b7c46173feb (diff)
downloadaur-9a8ea8ebb6c17404ad4ad6c042c59c6c28ed48b9.tar.gz
Drop redundant srcdir reference
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4448430a9229..16beba4f6a14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,12 +12,12 @@ license=('EPL')
depends=('java-runtime' 'alsa-lib' 'gtk2' 'gconf' 'hunspell' 'libxt' 'nss')
install=rssowl.install
source=("https://github.com/$pkgname/$_upname/releases/download/$pkgver/$_upname.$pkgver.Linux-x64.zip"
- "$pkgname.desktop")
+ "$pkgname.desktop")
sha256sums=('ca79aca7f141d30d550f46d47616e5f1d5a816d7496a4cb76dfc7a0c281975d7'
'197d0f1ffc59f5046dc455f485b7535ae2143315a498338911eafbf3cc62eb42')
build() {
- cd "$srcdir/$pkgname"
+ cd "$pkgname"
echo -e "#!/bin/sh\n\n/usr/share/$pkgname/$_upname \"\${@}\"" > "$pkgname"
sed -i -e 's:moz_libdir=.*:moz_libdir=/usr/share/rssowl/xulrunner:' xulrunner/xulrunner