xbps-triggers: virtualpkg: remove dup slashes in generated path from xbps.conf.

This commit is contained in:
Juan RP 2011-12-15 15:45:23 +01:00
parent 4b79e4c5c1
commit 719fa7f644
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ run)
[ -z "$CONF_FILE" ] && CONF_FILE=etc/xbps/xbps.conf
[ ! -w $CONF_FILE ] && exit 0
confdir=$(dirname ./$CONF_FILE)
confdir=$(dirname $CONF_FILE)
if [ "${TARGET}" = "post-install" ]; then
echo "Enabled $PKGNAME virtual packages to $CONF_FILE."

View File

@ -1,6 +1,6 @@
# Template file for 'xbps-triggers'
pkgname=xbps-triggers
version=0.33
version=0.34
short_desc="XBPS triggers"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://code.google.com/p/xbps"