diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2007-02-16 21:16:48 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2007-02-16 21:16:48 +0000 |
commit | dc75130cd8355a3a7c72312cf73a0dedc5e2b362 (patch) | |
tree | 43c2f5ebe98bb5ac83975747bd43768d03a9f782 /misc/bcfg2.spec | |
parent | 16ccc78c4264e60fad98d14b8393eb57210c55d2 (diff) | |
download | bcfg2-dc75130cd8355a3a7c72312cf73a0dedc5e2b362.tar.gz bcfg2-dc75130cd8355a3a7c72312cf73a0dedc5e2b362.tar.bz2 bcfg2-dc75130cd8355a3a7c72312cf73a0dedc5e2b362.zip |
Fix for sles
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2829 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'misc/bcfg2.spec')
-rw-r--r-- | misc/bcfg2.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index 238f882f9..97024aec6 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -2,7 +2,7 @@ %define __python python %define pythonversion %{py_ver} %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?initrddir: %define initrddir %{_sysconfdir}/rc.d/init.d} +%{!?_initrddir: %define _initrddir %{_sysconfdir}/rc.d/init.d} Name: bcfg2 Version: 0.9.2 |