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

David Runge dvzrv at archlinux.org
Sun May 5 08:51:02 UTC 2019


    Date: Sunday, May 5, 2019 @ 08:51:02
  Author: dvzrv
Revision: 459320

upgpkg: tuna 1:0.14-2

Fixing doc location (FS#62548).

Modified:
  tuna/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-05 08:39:09 UTC (rev 459319)
+++ PKGBUILD	2019-05-05 08:51:02 UTC (rev 459320)
@@ -4,7 +4,7 @@
 
 pkgname=tuna
 pkgver=0.14
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Thread and IRQ affinity setting GUI and cmd line tool"
 url="https://rt.wiki.kernel.org/index.php/Tuna"
@@ -45,7 +45,7 @@
     -t "${pkgdir}/etc/${pkgname}/"
   install -vDm 644 "etc/${pkgname}.conf" -t "${pkgdir}/etc/"
   install -vDm 644 "docs/oscilloscope+${pkgname}.pdf" \
-    -t "${pkgdir}/usr/share/docs/${pkgname}/"
+    -t "${pkgdir}/usr/share/doc/${pkgname}/"
   install -vDm 644 help/kthreads/* \
     -t "${pkgdir}/usr/share/${pkgname}/help/kthreads"
   install -vDm 644 "org.${pkgname}.policy" \



More information about the arch-commits mailing list