projects
/
tools
/
createrepo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85f6e2b
)
define py_libdir explicitly
author
Gui Chen
<gui.chen@intel.com>
Mon, 13 Oct 2014 01:36:16 +0000
(
01:36
+0000)
committer
Gui Chen
<gui.chen@intel.com>
Mon, 13 Oct 2014 01:36:16 +0000
(
01:36
+0000)
Signed-off-by: Gui Chen <gui.chen@intel.com>
packaging/createrepo.spec
patch
|
blob
|
history
diff --git
a/packaging/createrepo.spec
b/packaging/createrepo.spec
index 01145b424f9330c0ba0a9bc1661931ce9a33f8d2..7ea82ab10a7e8068ea8da80625def1149c5af39a 100644
(file)
--- a/
packaging/createrepo.spec
+++ b/
packaging/createrepo.spec
@@
-17,6
+17,7
@@
# norootforbuild
+%{!?py_libdir: %define py_libdir %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?py_sitedir: %define py_sitedir %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: createrepo