Explorar el Código

Fix versioning faux pas

Donald Carr hace 5 años
padre
commit
c3b551f09a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      PKGBUILD

+ 1 - 1
PKGBUILD

@@ -25,7 +25,7 @@ _make_cmd="make ${_xcompile_args}"
 
 pkgver() {
   cd $_kernel_src_dir
-  git describe --tags | cut -c2- | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+  git describe --tags | sed -e "s/^v//"
 }
 
 build() {