[arch-commits] Commit in nnn/trunk (PKGBUILD)

Maxim Baz maximbaz at archlinux.org
Thu Aug 13 15:50:50 UTC 2020


    Date: Thursday, August 13, 2020 @ 15:50:49
  Author: maximbaz
Revision: 677524

nnn: package desktop file, FS#67568

Modified:
  nnn/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-13 15:47:21 UTC (rev 677523)
+++ PKGBUILD	2020-08-13 15:50:49 UTC (rev 677524)
@@ -5,7 +5,7 @@
 
 pkgname=nnn
 pkgver=3.3
-pkgrel=2
+pkgrel=3
 pkgdesc="The fastest terminal file manager ever written."
 arch=('x86_64')
 depends=('bash')
@@ -40,6 +40,7 @@
 package() {
   cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" PREFIX=/usr install
+  make DESTDIR="${pkgdir}" PREFIX=/usr install-desktop
 
   install -Dm644 misc/auto-completion/fish/nnn.fish "${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
   install -Dm644 misc/auto-completion/bash/nnn-completion.bash "${pkgdir}/usr/share/bash-completion/completions/nnn"



More information about the arch-commits mailing list