Changeset 578 in MondoRescue for branches/stable/tools/svn2build
- Timestamp:
- May 26, 2006, 12:44:05 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/tools/svn2build
r556 r578 97 97 elif [ "$dtype" = "ebuild" ]; then 98 98 m4 /tmp/mondorescue.mc $dest/distributions/$dfam/$p.ebuild > $dest/distributions/$ddir/$p-$v-r$TAG.ebuild 99 elif [ "$dtype" = "deb" ]; then 100 # To be developped 101 m4 /tmp/mondorescue.mc $dest/distributions/$dfam/$p > /dev/null 99 102 else 100 103 echo "Unknown Build" … … 121 124 if [ _"`echo $p | grep -v kernel | grep mindi`" != _"" ]; then 122 125 v1=`cat ${SVNBRANCH}/mondo-doc/VERSION` 123 if [ ! -d mondo-doc-$v1 ]; then126 if [ ! -d mondo-doc-$v1-$TAG ]; then 124 127 echo "mondo-doc should be created before $p" 125 128 exit -1 126 129 fi 127 (cd mondo-doc-$v1 ; make -f Makefile.man install-$p INSTALLDIR=../$dest)130 (cd mondo-doc-$v1-$TAG ; make -f Makefile.man install-$p INSTALLDIR=../$dest) 128 131 rm -f $dest/rootfs/sbin/parted2fdisk-ia64 129 132 fi 130 133 if [ "`echo $p | grep -v doc | grep mondo`" != "" ]; then 131 134 v1=`cat ${SVNBRANCH}/mondo-doc/VERSION` 132 if [ ! -d mondo-doc-$v1 ]; then135 if [ ! -d mondo-doc-$v1-$TAG ]; then 133 136 echo "mondo-doc should be created before $p" 134 137 exit -1 135 138 fi 136 (cd mondo-doc-$v1 ; make -f Makefile.howto install INSTALLDIR=../$dest/docs/en ; make -f Makefile.man install-$p INSTALLDIR=../$dest/docs/man)139 (cd mondo-doc-$v1-$TAG ; make -f Makefile.howto install INSTALLDIR=../$dest/docs/en ; make -f Makefile.man install-$p INSTALLDIR=../$dest/docs/man) 137 140 (cd $dest ; echo "Bootstraping mondo ... " ; ./bootstrap) 138 141 fi
Note:
See TracChangeset
for help on using the changeset viewer.