summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-10-23 19:49:02 +0000
committerAron Griffis <agriffis@gentoo.org>2004-10-23 19:49:02 +0000
commit44b0525d84796165f27bd4b3febdd999b6eeecbb (patch)
tree878cc19fd14926d7400e048dd7d0875424952644 /tarball.sh
parentAdd support for user_eth0 in the adsl module and in net.example. This means t... (diff)
downloadbaselayout-44b0525d84796165f27bd4b3febdd999b6eeecbb.tar.gz
baselayout-44b0525d84796165f27bd4b3febdd999b6eeecbb.tar.bz2
baselayout-44b0525d84796165f27bd4b3febdd999b6eeecbb.zip
rc-scripts-1.6.3
svn path=/trunk/; revision=638
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 92828420..8dd3f0aa 100755
--- a/tarball.sh
+++ b/tarball.sh
@@ -1,6 +1,6 @@
#!/bin/bash
export TMP="/tmp"
-export V="1.6.2"
+export V="1.6.3"
export DEST="${TMP}/rc-scripts-${V}"
rm -rf ${DEST}
install -d -m0755 ${DEST}