crda: fix udev rules generation
This commit is contained in:
parent
6b4a89cd86
commit
07c86c2f45
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'crda'
|
||||
pkgname=crda
|
||||
version=3.18
|
||||
revision=1
|
||||
revision=2
|
||||
_dbname=wireless-regdb
|
||||
_dbversion=2015.01.30
|
||||
_dbsrc="${XBPS_BUILDDIR}/${_dbname}-${_dbversion}/"
|
||||
|
@ -37,7 +37,7 @@ do_build() {
|
|||
}
|
||||
|
||||
do_install() {
|
||||
make DESTDIR="${DESTDIR}" SBINDIR="/usr/bin" UDEV_RULE_DIR="/usr/lib/udev/rules.d/" install
|
||||
make DESTDIR="${DESTDIR}" SBINDIR="/usr/bin/" UDEV_RULE_DIR="/usr/lib/udev/rules.d/" install
|
||||
vlicense LICENSE
|
||||
|
||||
cd ${_dbsrc}
|
||||
|
|
Loading…
Reference in a new issue