xbps-triggers: fix dkms targets target; thanks chris2.

This commit is contained in:
Juan RP 2015-06-05 16:31:40 +02:00
parent 4436e961e8
commit f54652715f
2 changed files with 5 additions and 5 deletions

View file

@ -20,10 +20,10 @@ UPDATE="$5"
export PATH="usr/bin:usr/sbin:/usr/sbin:/usr/bin:/sbin:/bin"
if [ -x bin/dkms ]; then
DKMS=bin/dkms
elif [ -x sbin/dkms ]; then
DKMS=sbin/dkms
if [ -x /usr/bin/dkms ]; then
DKMS=/usr/bin/dkms
elif [ -x /usr/sbin/dkms ]; then
DKMS=/usr/sbin/dkms
else
exit 0
fi

View file

@ -1,6 +1,6 @@
# Template file for 'xbps-triggers'
pkgname=xbps-triggers
version=0.97
version=0.98
revision=1
noarch=yes
bootstrap=yes