mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
parted: move to usr/bin.
This commit is contained in:
parent
6b625c9ba4
commit
bab7a7fdfd
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'parted'
|
# Template file for 'parted'
|
||||||
pkgname=parted
|
pkgname=parted
|
||||||
version=3.2
|
version=3.2
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
# parted wants off_t as 64bit type
|
# parted wants off_t as 64bit type
|
||||||
configure_args="ac_cv_sizeof_off_t=8"
|
configure_args="ac_cv_sizeof_off_t=8 --sbindir=/usr/bin"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libuuid-devel libblkid-devel ncurses-devel readline-devel device-mapper-devel"
|
makedepends="libuuid-devel libblkid-devel ncurses-devel readline-devel device-mapper-devel"
|
||||||
short_desc="The GNU Parted disk partition resizing program"
|
short_desc="The GNU Parted disk partition resizing program"
|
||||||
|
|
Loading…
Add table
Reference in a new issue