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

Daniel Micay thestinger at archlinux.org
Tue Dec 13 01:31:29 UTC 2016


    Date: Tuesday, December 13, 2016 @ 01:31:28
  Author: thestinger
Revision: 199054

make uname match the package version more closely

Modified:
  linux-grsec/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-13 01:19:13 UTC (rev 199053)
+++ PKGBUILD	2016-12-13 01:31:28 UTC (rev 199054)
@@ -83,7 +83,7 @@
   fi
 
   # set extraversion to pkgrel
-  sed -ri "s|^(EXTRAVERSION =).*|\1 .$_timestamp-${pkgrel}|" Makefile
+  sed -ri "s|^(EXTRAVERSION =).*|\1 .r$_timestamp-${pkgrel}|" Makefile
 
   # don't run depmod on 'make install'. We'll do this ourselves in packaging
   sed -i '2iexit 0' scripts/depmod.sh



More information about the arch-commits mailing list