mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
rmlint: unbreak armv6l (#8596)
This commit is contained in:
parent
94af0e85fd
commit
e561d19c59
1 changed files with 1 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rmlint'
|
# Template file for 'rmlint'
|
||||||
pkgname=rmlint
|
pkgname=rmlint
|
||||||
version=2.6.1
|
version=2.6.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=scons
|
build_style=scons
|
||||||
hostmakedepends="scons pkg-config python3-Sphinx glib-devel"
|
hostmakedepends="scons pkg-config python3-Sphinx glib-devel"
|
||||||
makedepends="libblkid-devel elfutils-devel json-glib-devel"
|
makedepends="libblkid-devel elfutils-devel json-glib-devel"
|
||||||
|
@ -13,10 +13,6 @@ homepage="http://rmlint.rtfd.org/"
|
||||||
distfiles="https://github.com/sahib/$pkgname/archive/v$version.tar.gz"
|
distfiles="https://github.com/sahib/$pkgname/archive/v$version.tar.gz"
|
||||||
checksum=b4de3de2f197b5978113eb9d013ee9890efbdf01ba739416255ecc2567199b81
|
checksum=b4de3de2f197b5978113eb9d013ee9890efbdf01ba739416255ecc2567199b81
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "armv6l" ]; then
|
|
||||||
broken="http://build.voidlinux.eu/builders/armv6l_builder/builds/18864/steps/shell_3/logs/stdio"
|
|
||||||
fi
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
scons install --prefix=${DESTDIR}/usr
|
scons install --prefix=${DESTDIR}/usr
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue