base-files: fix a typo that broke /etc/skel files.
This commit is contained in:
parent
4befae2504
commit
447ae951ec
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'base-files'
|
# Template file for 'base-files'
|
||||||
pkgname=base-files
|
pkgname=base-files
|
||||||
version=0.47
|
version=0.48
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="Vanilla GNU/Linux base system files"
|
short_desc="Vanilla GNU/Linux base system files"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -31,7 +31,7 @@ do_install()
|
||||||
{
|
{
|
||||||
# Install misc config files.
|
# Install misc config files.
|
||||||
for f in bash_logout bash_profile bashrc; do
|
for f in bash_logout bash_profile bashrc; do
|
||||||
vinstall ${FILESDIR}/dot_${f} 644 etc/skel/.${f}
|
vinstall ${FILESDIR}/dot_${f} 644 etc/skel .${f}
|
||||||
done
|
done
|
||||||
|
|
||||||
vinstall ${FILESDIR}/securetty 600 etc
|
vinstall ${FILESDIR}/securetty 600 etc
|
||||||
|
|
Loading…
Reference in New Issue