summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEgan McComb2018-01-27 09:41:13 -0800
committerEgan McComb2018-01-27 09:41:13 -0800
commit2c9e4a327bcb28c044816bcd7dfdcfe90a2fef52 (patch)
treef0c381a873d187b59ae68d46d3abc9c39e492481 /PKGBUILD
parent561516208828cabcc4a08520f5c049b0ead9c101 (diff)
downloadaur-2c9e4a327bcb28c044816bcd7dfdcfe90a2fef52.tar.gz
Fix issue with creation of scores file.
* It was with respect to the build directory. * It hardcoded the specific user who built the package. * /var/games is as good a place as any?
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de0eafca705b..50ebb7514896 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,6 @@ md5sums=('40e4674fcf2531c638cc32b6b09123aa')
build() {
cd "$srcdir/$_realname-$pkgver"
- sed -i "s#/var/games#$HOME/.tint#" Makefile
sed -i "s#/usr/games#/usr/bin#" Makefile
make || return 1
}