/[baselayout]/trunk/tarball.sh
Gentoo

Contents of /trunk/tarball.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 304 - (hide annotations) (download) (as text)
Wed Jan 15 00:52:01 2003 UTC (10 years, 4 months ago) by azarah
File MIME type: text/x-sh
File size: 440 byte(s)
new release

1 drobbins 3 #!/bin/bash
2     export TMP="/tmp"
3 azarah 304 export V="1.4.3.2"
4 drobbins 3 export DEST="${TMP}/rc-scripts-${V}"
5     rm -rf ${DEST}
6     install -d -m0755 ${DEST}
7 azarah 258 for x in etc init.d sbin src rc-lists man
8 drobbins 3 do
9     cp -ax $x ${DEST}
10     done
11 azarah 107 cp ChangeLog ${DEST}
12 drobbins 3 chown -R root.root ${DEST}
13     chmod 0755 ${DEST}/sbin/*
14     chmod 0755 ${DEST}/init.d/*
15 woodchip 80 ( cd $TMP/rc-scripts-${V} ; rm -rf `find -iname CVS` )
16 drobbins 3 cd $TMP
17     tar cjvf ${TMP}/rc-scripts-${V}.tar.bz2 rc-scripts-${V}
18 azarah 143 rm -rf rc-scripts-${V}

Properties

Name Value
svn:eol-style native
svn:executable *
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.13