/[baselayout]/branches/baselayout-1_12/tarball.sh
Gentoo

Diff of /branches/baselayout-1_12/tarball.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 516 Revision 517
7for x in bin etc init.d sbin src rc-lists man 7for x in bin etc init.d sbin src rc-lists man
8do 8do
9 cp -ax $x ${DEST} 9 cp -ax $x ${DEST}
10done 10done
11cp ChangeLog ${DEST} 11cp ChangeLog ${DEST}
12chown -R root.root ${DEST} 12chown -R root:root ${DEST}
13chmod 0755 ${DEST}/sbin/* 13chmod 0755 ${DEST}/sbin/*
14chmod 0755 ${DEST}/init.d/* 14chmod 0755 ${DEST}/init.d/*
15( cd $TMP/rc-scripts-${V} ; rm -rf `find -iname CVS` ) 15( cd $TMP/rc-scripts-${V} ; rm -rf `find -iname CVS` )
16cd $TMP 16cd $TMP
17tar cjvf ${TMP}/rc-scripts-${V}.tar.bz2 rc-scripts-${V} 17tar cjvf ${TMP}/rc-scripts-${V}.tar.bz2 rc-scripts-${V}

Legend:
Removed from v.516  
changed lines
  Added in v.517

  ViewVC Help
Powered by ViewVC 1.1.13