]> git.pld-linux.org Git - packages/xen.git/commitdiff
- sed->tr (if you insit on using sed, give an apropriate BR)
authorshadzik <shadzik@pld-linux.org>
Sat, 18 Nov 2006 19:07:07 +0000 (19:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xen.spec -> 1.37

xen.spec

index 3a8a87a376d8018849326518a57f2982670787d3..94f23d9726b9d31b29bba850918c2d0478b41563 100644 (file)
--- a/xen.spec
+++ b/xen.spec
@@ -47,7 +47,7 @@ Obsoletes:    xen-doc
 ExclusiveArch: %{ix86}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _version        %(echo %{version} | sed -e 's/_/-/')
+%define                _version        %(echo %{version} |tr _ -)
 
 %ifnarch i686 athlon pentium3 pentium4
 %undefine      with_pae
This page took 0.109011 seconds and 4 git commands to generate.