kmod: fix absolute paths in INSTALL/REMOVE scripts
This commit is contained in:
parent
af2bdf37c3
commit
2495bbba79
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
case "$ACTION" in
|
||||
post)
|
||||
if [ -d usr/sbin -a ! -L /usr/sbin ]; then
|
||||
if [ -d usr/sbin -a ! -L usr/sbin ]; then
|
||||
ln -sf ../bin/kmod usr/sbin/modprobe
|
||||
fi
|
||||
;;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'kmod'
|
||||
pkgname=kmod
|
||||
version=25
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-zlib --with-xz"
|
||||
hostmakedepends="pkg-config"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue