mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 02:23:51 +02:00
chroot-file: extend provides and conflicts.
This commit is contained in:
parent
7b84b6a4f2
commit
3d8e493d28
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chroot-file'
|
# Template file for 'chroot-file'
|
||||||
pkgname=chroot-file
|
pkgname=chroot-file
|
||||||
version=5.14
|
version=5.14
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="file-${version}"
|
wrksrc="file-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
|
@ -20,8 +20,8 @@ post_install() {
|
||||||
|
|
||||||
chroot-file_package() {
|
chroot-file_package() {
|
||||||
noverifyrdeps=yes
|
noverifyrdeps=yes
|
||||||
conflicts="file>=0"
|
conflicts="file>=0 file-devel>=0 libmagic>=0"
|
||||||
provides="file-${version} file-devel-${version}"
|
provides="file-${version} file-devel-${version} libmagic-${version}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove usr
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue