diff options
author | 2004-02-08 12:57:22 +0000 | |
---|---|---|
committer | 2004-02-08 12:57:22 +0000 | |
commit | 2732e3e6b5f8e4f2ca57ba3cacd1ec4f0bb77bef (patch) | |
tree | 96cf08bb1e97660bd31e866bdbaca5f30dccef11 /tarball.sh | |
parent | Fix /sbin/depscan.sh, /sbin/functions.sh and /sbin/rc to use mkdir rather (diff) | |
download | baselayout-2732e3e6b5f8e4f2ca57ba3cacd1ec4f0bb77bef.tar.gz baselayout-2732e3e6b5f8e4f2ca57ba3cacd1ec4f0bb77bef.tar.bz2 baselayout-2732e3e6b5f8e4f2ca57ba3cacd1ec4f0bb77bef.zip |
rc-scripts 1.4.3.13
svn path=/trunk/; revision=463
Diffstat (limited to 'tarball.sh')
-rwxr-xr-x | tarball.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/bash export TMP="/tmp" -export V="1.4.3.12p3" +export V="1.4.3.13" export DEST="${TMP}/rc-scripts-${V}" rm -rf ${DEST} install -d -m0755 ${DEST} |