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
|
||||
if [ -d /etc/profile.d/ ]; then
|
||||
for f in /etc/profile.d/*.sh; do
|
||||
[ -r "$profile" ] && . "$profile"
|
||||
[ -r "$f" ] && . "$f"
|
||||
done
|
||||
unset f
|
||||
fi
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user