base-files: typo fix for previous.

This commit is contained in:
Juan RP 2012-05-03 10:20:59 +02:00
parent 7c3fb28abb
commit 4a3cf45601
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"