summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2017-03-11 22:53:19 +0100
committerJosip Ponjavic2017-03-11 22:53:19 +0100
commit008e51dd37d66ee014737aa9edd9d1bbdb81dad4 (patch)
treed7b0be56dc3c8140ba612237241762d992ad0cd7
parent21a01387e7a0d49c0c87425df25f9121fdaa9ab3 (diff)
downloadaur-008e51dd37d66ee014737aa9edd9d1bbdb81dad4.tar.gz
remove install .desktop file line
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6dc2f8e5b9b..0f1c3f347f3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,5 @@ build() {
}
package() {
- cd qactus
- make INSTALL_ROOT="${pkgdir}" install
- install -Dm644 qactus.desktop "$pkgdir/usr/share/applications/qactus.desktop"
+ make -C qactus INSTALL_ROOT="${pkgdir}" install
}