summaryrefslogtreecommitdiffstats
path: root/redhat
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2009-04-14 00:56:22 +0000
committerNarayan Desai <desai@mcs.anl.gov>2009-04-14 00:56:22 +0000
commitfce5fedfbf10673cde1da7bcbda734be87b00e8d (patch)
treed93d3bbe74e6a6b349842876d41e25435d8ae093 /redhat
parent15a7088da1b42b1b266a8a374fecd73e81d5e3fb (diff)
downloadbcfg2-fce5fedfbf10673cde1da7bcbda734be87b00e8d.tar.gz
bcfg2-fce5fedfbf10673cde1da7bcbda734be87b00e8d.tar.bz2
bcfg2-fce5fedfbf10673cde1da7bcbda734be87b00e8d.zip
redhat specfile: Add --prefix to install options
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5162 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'redhat')
-rw-r--r--redhat/bcfg2.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/bcfg2.spec.in b/redhat/bcfg2.spec.in
index e194bfb62..3983bdd3d 100644
--- a/redhat/bcfg2.spec.in
+++ b/redhat/bcfg2.spec.in
@@ -108,7 +108,7 @@ done
%install
rm -rf %{buildroot}
-%{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root %{buildroot}
+%{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root %{buildroot} --prefix=/usr
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_initrddir}