diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-06 15:17:47 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-06 15:17:47 +0000 |
commit | faa4847022de1f38a673b96ab68fdf970debab91 (patch) | |
tree | fb1d0844967cbf16a04d7e77c9d66dd706f38192 /tarball.sh | |
parent | rc-scripts-1.4.15. Fix bug 51570: typo on line 161 of /sbin/livecd-functions... (diff) | |
download | baselayout-faa4847022de1f38a673b96ab68fdf970debab91.tar.gz baselayout-faa4847022de1f38a673b96ab68fdf970debab91.tar.bz2 baselayout-faa4847022de1f38a673b96ab68fdf970debab91.zip |
rc-scripts-1.4.16. Only call generate-modprobe.conf with --assume-kernel if modules-update was called with --assume-kernel. This means that only catalyst has the dependency on module-init-tools, not everybody with the newer baselayout
svn path=/trunk/; revision=510
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.15" +export V="1.4.16" export DEST="${TMP}/rc-scripts-${V}" rm -rf ${DEST} install -d -m0755 ${DEST} |