Changeset 578


Ignore:
Timestamp:
05/26/06 00:44:05 (7 years ago)
Author:
bcornec
Message:

Bug fixed in svn2build for mondo-doc directory used by the other packages
Another Debian fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/svn2build

    r556 r578  
    9797        elif [ "$dtype" = "ebuild" ]; then 
    9898            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 
    99102        else 
    100103            echo "Unknown Build" 
     
    121124    if [ _"`echo $p | grep -v kernel | grep mindi`" != _"" ]; then 
    122125        v1=`cat ${SVNBRANCH}/mondo-doc/VERSION` 
    123         if [ ! -d mondo-doc-$v1 ]; then 
     126        if [ ! -d mondo-doc-$v1-$TAG ]; then 
    124127            echo "mondo-doc should be created before $p" 
    125128            exit -1 
    126129        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) 
    128131        rm -f $dest/rootfs/sbin/parted2fdisk-ia64  
    129132    fi 
    130133    if [ "`echo $p | grep -v doc | grep  mondo`" != "" ]; then 
    131134        v1=`cat ${SVNBRANCH}/mondo-doc/VERSION` 
    132         if [ ! -d mondo-doc-$v1 ]; then 
     135        if [ ! -d mondo-doc-$v1-$TAG ]; then 
    133136            echo "mondo-doc should be created before $p" 
    134137            exit -1 
    135138        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) 
    137140        (cd $dest ; echo "Bootstraping mondo ... " ; ./bootstrap) 
    138141    fi 
Note: See TracChangeset for help on using the changeset viewer.