summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2017-05-26 19:54:07 -0400
committerYour Name2017-05-26 19:54:07 -0400
commit81c053891fbf4aa5d8f7738efe72fe47127bbe0a (patch)
treef95914598542a56444afd3f0a8c23dedf9cbb552
parentef25b607be9cc656d37ac755f9f0b3cd328f6383 (diff)
downloadaur-81c053891fbf4aa5d8f7738efe72fe47127bbe0a.tar.gz
add trailing slash to tempdirectory
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8030660a462..b1686397ab5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: skydrome <skydrome@i2pmail.org>
pkgname='rutorrent-git'
-pkgver=r1880.0811db4b
+pkgver=r1953.d40e7955
pkgrel=1
pkgdesc="Web frontend to rTorrent in PHP designed to resemble uTorrent"
url="https://github.com/Novik/ruTorrent"
@@ -60,7 +60,7 @@ prepare() {
sed -i conf/config.php \
-e "s:\$topDirectory .*:\$topDirectory = '/home';:" \
-e "s:\$XMLRPCMountPoint .*:\$XMLRPCMountPoint = \"/rutorrent/RPC1\";:" \
- -e "s:\$tempDirectory .*:\$tempDirectory = '/${_webdir}/rutorrent/tmp';:"
+ -e "s:\$tempDirectory .*:\$tempDirectory = '/${_webdir}/rutorrent/tmp/';:"
for i in php stat curl id gzip; do
sed -i conf/config.php \
@@ -90,6 +90,7 @@ prepare() {
}
package() {
+ export LC_ALL=$LANG
cd "$srcdir/rutorrent/plugins"
for i in ${_plugins[@]}; do