mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xbps-triggers: (dkms) fix wrong argument order
which was introduced in 6dc2654685
via #14823
This commit is contained in:
parent
33090c7434
commit
f609f7e76b
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ add_modules() {
|
||||||
fi
|
fi
|
||||||
if [ ! -f ${f}/build/scripts/basic/fixdep ] ; then
|
if [ ! -f ${f}/build/scripts/basic/fixdep ] ; then
|
||||||
echo -n "Building scripts for kernel-${_kver}... "
|
echo -n "Building scripts for kernel-${_kver}... "
|
||||||
yes "" | make -C -j$(nproc) ${f}/build scripts > ${f}/build/make.log 2>&1
|
yes "" | make -j$(nproc) -C ${f}/build scripts > ${f}/build/make.log 2>&1
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
echo "done."
|
echo "done."
|
||||||
else
|
else
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xbps-triggers'
|
# Template file for 'xbps-triggers'
|
||||||
pkgname=xbps-triggers
|
pkgname=xbps-triggers
|
||||||
version=0.113
|
version=0.113
|
||||||
revision=2
|
revision=3
|
||||||
archs=noarch
|
archs=noarch
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
short_desc="The XBPS triggers for Void Linux"
|
short_desc="The XBPS triggers for Void Linux"
|
||||||
|
|
Loading…
Add table
Reference in a new issue