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
if [ -d /etc/profile.d/ ]; then
for f in /etc/profile.d/*.sh; do
[ -r "$profile" ] && . "$profile"
[ -r "$f" ] && . "$f"
done
unset f
fi

View File

@ -1,6 +1,6 @@
# Template file for 'base-files'
pkgname=base-files
version=0.60
version=0.61
short_desc="Void GNU/Linux base system files"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://code.google.com/p/xbps"