xbps-triggers: virtualpkg: remove dup slashes in generated path from xbps.conf.
This commit is contained in:
parent
4b79e4c5c1
commit
719fa7f644
|
@ -25,7 +25,7 @@ run)
|
||||||
[ -z "$CONF_FILE" ] && CONF_FILE=etc/xbps/xbps.conf
|
[ -z "$CONF_FILE" ] && CONF_FILE=etc/xbps/xbps.conf
|
||||||
[ ! -w $CONF_FILE ] && exit 0
|
[ ! -w $CONF_FILE ] && exit 0
|
||||||
|
|
||||||
confdir=$(dirname ./$CONF_FILE)
|
confdir=$(dirname $CONF_FILE)
|
||||||
|
|
||||||
if [ "${TARGET}" = "post-install" ]; then
|
if [ "${TARGET}" = "post-install" ]; then
|
||||||
echo "Enabled $PKGNAME virtual packages to $CONF_FILE."
|
echo "Enabled $PKGNAME virtual packages to $CONF_FILE."
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xbps-triggers'
|
# Template file for 'xbps-triggers'
|
||||||
pkgname=xbps-triggers
|
pkgname=xbps-triggers
|
||||||
version=0.33
|
version=0.34
|
||||||
short_desc="XBPS triggers"
|
short_desc="XBPS triggers"
|
||||||
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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user