summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpawelz2010-05-27 09:14:11 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commita8980633144049e2171f3d3455a01ef3d8e08caa (patch)
tree8f3caeae08c1505e34748199453755040d998f35
parent8924e09fbdb8480da88124a182635fcebcc6e0f8 (diff)
downloadpython-PyXB-a8980633144049e2171f3d3455a01ef3d8e08caa.zip
python-PyXB-a8980633144049e2171f3d3455a01ef3d8e08caa.tar.gz
- create full path before copying files to that path
Changed files: python-PyXB.spec -> 1.6
-rw-r--r--python-PyXB.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-PyXB.spec b/python-PyXB.spec
index 2d874de..381b762 100644
--- a/python-PyXB.spec
+++ b/python-PyXB.spec
@@ -56,7 +56,7 @@ rm -rf $RPM_BUILD_ROOT
%py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
%py_postclean
-install -d $RPM_BUILD_ROOT%{_examplesdir}
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
%clean