]> git.pld-linux.org Git - packages/xen.git/commitdiff
- don't use %{name} in noautostrip:
authorpawelz <pawelz@pld-linux.org>
Sat, 13 Feb 2010 19:03:48 +0000 (19:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  < glen> pawelz: in some cases macros in do not get expanded

Changed files:
    xen.spec -> 1.77

xen.spec

index 20003e71c5e692f0a5b26019b671efe7f9778be6..52e34b6485fab2e943f7e4f917ce2f7c008cfdef 100644 (file)
--- a/xen.spec
+++ b/xen.spec
@@ -67,7 +67,7 @@ ExclusiveArch:        %{ix86} %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # some PPC/SPARC boot image in ELF format
-%define         _noautostrip    .*%{_datadir}/%{name}/qemu/openbios-.*
+%define         _noautostrip    .*%{_datadir}/xen/qemu/openbios-.*
 
 %ifnarch i686 athlon pentium3 pentium4
 %undefine      with_pae
This page took 0.039529 seconds and 4 git commands to generate.