summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefanos Mitropoulos2020-04-27 22:08:11 +0300
committerStefanos Mitropoulos2020-04-27 22:08:11 +0300
commit163afc75a3eaec245d0cf5518159299101cb4108 (patch)
tree006453196e242500d42b6e0cedcce5a6b787db00 /PKGBUILD
parent786dcadb62d1f60a9c6e6ea30fb2d766d2e3964d (diff)
downloadaur-163afc75a3eaec245d0cf5518159299101cb4108.tar.gz
Install icon and .desktop files for user only
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2d487c37149..aaf31b84c32a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefanos Mitropoulos stefmitropoulos@gmail.com
pkgname=wol_qt
pkgver=2.4
-pkgrel=2
+pkgrel=3
pkgdesc="Qt gui to ARP scan and send WakeOnLan packets"
arch=(x86_64)
url="https://github.com/stefmitropoulos/wol_qt"
@@ -39,6 +39,6 @@ package() {
make DESTDIR="$pkgdir/" install
echo `pwd`
cd ../..
- install -Dm644 wol_qt_icon.png $pkgdir/usr/share/pixmaps/wol_qt_icon.png
- install -Dm644 wol_qt.desktop $pkgdir/usr/share/applications/wol_qt.desktop
+ install -Dm644 wol_qt_icon.png $HOME/.icons/wol_qt_icon.png
+ install -Dm644 wol_qt.desktop $HOME/.local/share/applications/wol_qt.desktop
}