Changeset 710 in MondoRescue for branches


Ignore:
Timestamp:
Jul 23, 2006, 6:48:00 PM (18 years ago)
Author:
bcornec
Message:

Try to fix autorun issue
Try to fix version name in changelogs

Location:
branches/stable
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/mondo/Makefile.am

    r709 r710  
    22DIST_SUBDIRS   = ${SUBDIRS}
    33
    4 pkgdata_DATA   = do-not-compress-these
    5 pkgdata_PROGRAMS   = autorun
     4pkgdata_DATA   = do-not-compress-these autorun
     5
     6all:    all-am chmod
     7
     8chmod:  ${DESTDIR}/${datadir}/autorun
     9    chmod 755 ${DESTDIR}/${datadir}/autorun
  • branches/stable/tools/mkchangelog.pl

    r659 r710  
    8383    #print "**$ndate**\n";
    8484    if ($dtype eq "rpm") {
    85         print OUTPUT "* $ndate Bruno Cornec <bruno\@mondorescue.org> $ver\n";
     85        print OUTPUT "* $ndate Bruno Cornec <bruno\@mondorescue.org> VVV-RRR\n";
    8686        print OUTPUT "- Updated to $ver\n";
    8787        }
  • branches/stable/tools/svn2build

    r659 r710  
    7272            fi
    7373            echo "Using $inc customization to build SPEC file"
    74             m4 $TMP/mondorescue.mc $inc $dest/distributions/rpm/$p.spec > $dest/distributions/${ddir}-$dver/$p.spec
    7574
    7675            $TOOLHOME/mkchangelog.pl $dtype $p $TMP/$p.spec
     
    7978                exit -1
    8079            fi
    81             cat $TMP/$p.spec >> $dest/distributions/${ddir}-$dver/$p.spec
     80            m4 $TMP/mondorescue.mc $inc $dest/distributions/rpm/$p.spec $TMP/$p.spec > $dest/distributions/${ddir}-$dver/$p.spec
     81
    8282            rm -f $TMP/$p.spec
    8383        elif [ "$dtype" = "ebuild" ]; then
Note: See TracChangeset for help on using the changeset viewer.