xbps-triggers: kernel-hooks: run hooks relative to pwd.
This commit is contained in:
parent
3dd3840f3a
commit
8989dda729
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ run)
|
|||
done
|
||||
|
||||
# Execute kernel hooks for the specified target.
|
||||
for _file_ in /etc/kernel.d/${TARGET}/*; do
|
||||
for _file_ in etc/kernel.d/${TARGET}/*; do
|
||||
[ ! -x "${_file_}" ] && continue
|
||||
echo "Executing ${TARGET} kernel hook: $(basename ${_file_}) ..."
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'xbps-triggers'
|
||||
pkgname=xbps-triggers
|
||||
version=0.23
|
||||
version=0.24
|
||||
build_style=custom-install
|
||||
short_desc="XBPS triggers"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Add table
Reference in a new issue