Date: Saturday, January 28, 2023 @ 10:26:02
  Author: felixonmars
Revision: 1389308

upgpkg: ruby-rubytest-cli 0.2.0-2: fix manpage directory (FS#77108)

Modified:
  ruby-rubytest-cli/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-28 10:16:30 UTC (rev 1389307)
+++ PKGBUILD    2023-01-28 10:26:02 UTC (rev 1389308)
@@ -4,7 +4,7 @@
 pkgver=0.2.0
 # https://github.com/rubyworks/rubytest-cli/issues/1
 _commit=f57b301b69e0b074ac58d18ec553566b258b758b
-pkgrel=1
+pkgrel=2
 pkgdesc='Rubytest CLI is a command-line interface for running tests for 
Rubytest-based test frameworks'
 arch=(any)
 url='https://github.com/rubyworks/rubytest-cli'
@@ -38,8 +38,8 @@
     \) \
     -delete
   rm -r tmp_install/$_gemdir/cache
-  mkdir -p tmp_install/usr/share/man
-  mv tmp_install/$_gemdir/gems/rubytest-cli-$pkgver/man 
tmp_install/usr/share/man/man1
+  mkdir -p tmp_install/usr/share/man/man1
+  mv tmp_install/$_gemdir/gems/rubytest-cli-$pkgver/man/*.1 
tmp_install/usr/share/man/man1/
 }
 
 package() {

Reply via email to