mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 12:22:57 +02:00
kpartx: fix $wrksrc usage.
This commit is contained in:
parent
73b9d77e72
commit
204c603d69
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'kpartx'
|
# Template file for 'kpartx'
|
||||||
pkgname=kpartx
|
pkgname=kpartx
|
||||||
version=0.5.0
|
version=0.5.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=multipath-tools-${version}/kpartx
|
wrksrc=multipath-tools-${version}
|
||||||
|
build_wrksrc=$pkgname
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="libudevdir=/usr/lib/udev bindir=/usr/bin"
|
make_install_args="libudevdir=/usr/lib/udev bindir=/usr/bin"
|
||||||
makedepends="device-mapper-devel"
|
makedepends="device-mapper-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue