summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 257355ac49e5..1cb6b7fc4f47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,7 +35,7 @@ package() {
cd $pkgname-$pkgver
make clean
cd ..
- mv $pkgname-$pkgver $pkgname
+ mv $pkgname-$pkgver ~/$pkgname
echo "${shortcut}" > ~/.local/share/applications/mimosa.desktop
if [ -f ~/.zshrc ]; then
echo "alias mimosa=${applocation}/mimosa" >> ~/.zshrc