summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorblooser2019-01-09 23:40:08 +0100
committerblooser2019-01-09 23:40:08 +0100
commitde3eee4bb2abda5e217a8d96dfeb5a8b4b416937 (patch)
tree8590cfe679429acb01b39bce3006dd9a8f487af7 /PKGBUILD
parentccbcdc54e5cdd08623e375ef11a329aafc745263 (diff)
downloadaur-de3eee4bb2abda5e217a8d96dfeb5a8b4b416937.tar.gz
Change application path
Signed-off-by: blooser <Blooser@protonmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 398de44cf47a..bde44b77a080 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/blooser/taurus"
license=('MIT')
depends=('qt5-base' 'sfml')
makedepends=('cmake')
-applocation=/usr/share/$pkgname
+applocation=~/Documents/$pkgname
shortcut="
[Desktop Entry]
Encoding=UTF-8
@@ -35,7 +35,7 @@ package() {
cd $pkgname-$pkgver
make clean
cd ..
- sudo cp -r $pkgname-$pkgver $applocation
+ cp -r $pkgname-$pkgver $applocation
rm -rf $pkgname-$pkgver
echo "${shortcut}" > ~/.local/share/applications/taurus.desktop
if [ -f ~/.zshrc ]; then