base-files: typo fix for previous.
This commit is contained in:
parent
7c3fb28abb
commit
4a3cf45601
|
@ -13,7 +13,7 @@ export PATH
|
||||||
# Load profiles from /etc/profile.d
|
# Load profiles from /etc/profile.d
|
||||||
if [ -d /etc/profile.d/ ]; then
|
if [ -d /etc/profile.d/ ]; then
|
||||||
for f in /etc/profile.d/*.sh; do
|
for f in /etc/profile.d/*.sh; do
|
||||||
[ -r "$profile" ] && . "$profile"
|
[ -r "$f" ] && . "$f"
|
||||||
done
|
done
|
||||||
unset f
|
unset f
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'base-files'
|
# Template file for 'base-files'
|
||||||
pkgname=base-files
|
pkgname=base-files
|
||||||
version=0.60
|
version=0.61
|
||||||
short_desc="Void GNU/Linux base system files"
|
short_desc="Void GNU/Linux base system files"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://code.google.com/p/xbps"
|
homepage="http://code.google.com/p/xbps"
|
||||||
|
|
Loading…
Reference in New Issue