Reorganize stuff in repo to make xbps-src an independent package.

This commit is contained in:
Juan RP 2011-11-18 17:36:14 +01:00
parent eac23f408f
commit ccc3eaa70f
9 changed files with 12 additions and 32 deletions

View file

@ -30,7 +30,7 @@ info_tmpl()
{
local i=
for f in $XBPS_COMMONVARSDIR/*.sh; do
for f in $XBPS_COMMONDIR/*.sh; do
[ -r ${f} ] && . ${f}
done
@ -132,7 +132,7 @@ setup_tmpl()
[ -n "$DESTDIR" ] && return 0
fi
for f in $XBPS_COMMONVARSDIR/*.sh; do
for f in $XBPS_COMMONDIR/*.sh; do
[ -r ${f} ] && . ${f}
done