summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2004-02-08 12:57:22 +0000
committerMartin Schlemmer <azarah@gentoo.org>2004-02-08 12:57:22 +0000
commit2732e3e6b5f8e4f2ca57ba3cacd1ec4f0bb77bef (patch)
tree96cf08bb1e97660bd31e866bdbaca5f30dccef11 /tarball.sh
parentFix /sbin/depscan.sh, /sbin/functions.sh and /sbin/rc to use mkdir rather (diff)
downloadbaselayout-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-xtarball.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tarball.sh b/tarball.sh
index 167a7bd5..d70bf4b4 100755
--- a/tarball.sh
+++ b/tarball.sh
@@ -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}