diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-10-23 19:49:02 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-10-23 19:49:02 +0000 |
commit | 44b0525d84796165f27bd4b3febdd999b6eeecbb (patch) | |
tree | 878cc19fd14926d7400e048dd7d0875424952644 /tarball.sh | |
parent | Add support for user_eth0 in the adsl module and in net.example. This means t... (diff) | |
download | baselayout-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-x | tarball.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |