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

Sébastien Luttringer seblu at archlinux.org
Sun Oct 21 13:32:13 UTC 2018


    Date: Sunday, October 21, 2018 @ 13:32:12
  Author: seblu
Revision: 398254

Version is package version, not git

Modified:
  linux-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-21 13:30:04 UTC (rev 398253)
+++ PKGBUILD	2018-10-21 13:32:12 UTC (rev 398254)
@@ -76,7 +76,7 @@
     NO_SDT=1 \
     PYTHON=python \
     PYTHON_CONFIG=python-config \
-    PERF_VERSION=${pkgver//_/-}-$pkgrel \
+    PERF_VERSION=$pkgver-$pkgrel \
     DESTDIR="$pkgdir" \
     all man
   popd
@@ -83,7 +83,7 @@
 
   msg2 'cpupower'
   pushd linux/tools/power/cpupower
-  make VERSION=${pkgver//_/-}-$pkgrel
+  make VERSION=$pkgver-$pkgrel
   popd
 
   msg2 'x86_energy_perf_policy'
@@ -161,7 +161,7 @@
     NO_SDT=1 \
     PYTHON=python \
     PYTHON_CONFIG=python-config \
-    PERF_VERSION=${pkgver//_/-}-$pkgrel \
+    PERF_VERSION=$pkgver-$pkgrel \
     DESTDIR="$pkgdir" \
     install install-man
   cd "$pkgdir"



More information about the arch-commits mailing list