summaryrefslogtreecommitdiff
path: root/rpm/build/BOOTSTRAP
diff options
context:
space:
mode:
authorivan <ivan>2010-07-09 22:34:09 +0000
committerivan <ivan>2010-07-09 22:34:09 +0000
commit6acca6cb3da731f22fee44d8f3dd11631cd37189 (patch)
treec323aec16569ddcb8ab5274460d500a0f684a8ee /rpm/build/BOOTSTRAP
parent6c674902ea0fb10bfa35a3f3eef70c9ca76feaad (diff)
changes to get enrpm working
Diffstat (limited to 'rpm/build/BOOTSTRAP')
-rw-r--r--rpm/build/BOOTSTRAP20
1 files changed, 20 insertions, 0 deletions
diff --git a/rpm/build/BOOTSTRAP b/rpm/build/BOOTSTRAP
index 3fe8d0f79..6ddf5b54d 100644
--- a/rpm/build/BOOTSTRAP
+++ b/rpm/build/BOOTSTRAP
@@ -120,6 +120,26 @@ mkdir -p public_html/repo/centos/5/freeside-1.7/testing/x86_64/
mkdir public_html/repo/centos/5/freeside-1.7/testing/i686
###
+# and for enrpm!
+###
+
+vserver centos5 enter
+yum install perl-libwww-perl make
+cpan
+install RPM::Specfile
+#if it fails, might need to go to /root/.cpan/build/RPM-Specfile-* and do it manually
+install YAML
+
+#for user cpan-ability
+mkdir .cpan
+mkdir .cpan/CPAN
+cp /usr/lib/perl5/5.8.8/CPAN/Config.pm .cpan/CPAN/MyConfig.pm
+vi .cpan/CPAN/MyConfig.pm #and just leave and change the /root ones
+chmod a+rx .cpan/CPAN/MyConfig.pm
+
+#edit ovid2flue and set user
+
+###
# references
###