diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-10-03 19:53:46 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-10-03 19:53:46 +0000 |
commit | eeb5940a61ce19361f26ab69adb83204e043e0f3 (patch) | |
tree | 1e1b0aa650c328d176b56a3f95b67399c158f19e /encap | |
parent | baf187c2c5b34648792cd35e66b6ff6fbeb5e1cc (diff) | |
download | bcfg2-eeb5940a61ce19361f26ab69adb83204e043e0f3.tar.gz bcfg2-eeb5940a61ce19361f26ab69adb83204e043e0f3.tar.bz2 bcfg2-eeb5940a61ce19361f26ab69adb83204e043e0f3.zip |
EncapPackages: Get rid of another trailing backslash... For some
reason, only Redhat 7.2 seems to care about these.
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2379 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap')
-rw-r--r-- | encap/src/encap-profiles/bcfg2-pyrex-0.9.4.1.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/encap/src/encap-profiles/bcfg2-pyrex-0.9.4.1.ep b/encap/src/encap-profiles/bcfg2-pyrex-0.9.4.1.ep index 555513023..c69ca322a 100644 --- a/encap/src/encap-profiles/bcfg2-pyrex-0.9.4.1.ep +++ b/encap/src/encap-profiles/bcfg2-pyrex-0.9.4.1.ep @@ -71,7 +71,7 @@ url="ftp://encapsrcdist/mirror/pyrex/Pyrex-0.9.4.1.tar.gz <install> /usr/local/lib/bcfg2/bin/python setup.py install \ ---prefix=${ENCAP_SOURCE}/${ENCAP_PKGNAME}/lib/bcfg2 \ +--prefix=${ENCAP_SOURCE}/${ENCAP_PKGNAME}/lib/bcfg2 </install> <clean> |