summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryochananmarqos2020-01-28 10:34:17 -0700
committeryochananmarqos2020-01-28 10:34:17 -0700
commit7982022791fba8180c20016a8cb1e9513a2c9409 (patch)
tree0cbf3e57c6553b766cbb007b6665a59a1393b1c2 /PKGBUILD
parent6aebbadbadb19f3a041b49091f06e6c02a511c62 (diff)
downloadaur-jdsp4linux-gui.tar.gz
updated email address
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c97086744182..6fee3ed2c353 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
+# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=jdsp4linux-gui
pkgver=1.1
pkgrel=1
@@ -20,9 +20,9 @@ build() {
package() {
cd "JDSP4Linux-GUI-$pkgver"
- install -Dm755 jdsp-gui "$pkgdir/usr/bin/jdsp-gui"
- install -Dm644 "$srcdir/$pkgname.desktop" \
- "$pkgdir/usr/share/applications/$pkgname.desktop"
+ install -Dm755 jdsp-gui -t "$pkgdir/usr/bin"
+ install -Dm644 "$srcdir/$pkgname.desktop" -t \
+ "$pkgdir/usr/share/applications"
install -Dm644 icons/icon.png \
"$pkgdir/usr/share/pixmaps/jdsp-gui.png"
}