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

Alexander Rødseth arodseth at archlinux.org
Mon Jan 28 23:13:08 UTC 2019


    Date: Monday, January 28, 2019 @ 23:13:07
  Author: arodseth
Revision: 428342

upgpkg: fff 1.7-2

Modified:
  fff/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-28 21:19:35 UTC (rev 428341)
+++ PKGBUILD	2019-01-28 23:13:07 UTC (rev 428342)
@@ -3,7 +3,7 @@
 
 pkgname=fff
 pkgver=1.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple and fast file manager'
 arch=(any)
 url='https://github.com/dylanaraps/fff'
@@ -16,7 +16,7 @@
 package() {
   cd "$pkgname"
   install -Dm755 -t "$pkgdir/usr/bin" $pkgname
-  install -Dm644 -t "$pkgdir/usr/share/man/man1/$pkgname.1" $pkgname.1
+  install -Dm644 -t "$pkgdir/usr/share/man/man1" $pkgname.1
   install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
   install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
 }



More information about the arch-commits mailing list