mkinitcpio: update to 38.1.
This commit is contained in:
parent
139298bf60
commit
01e5d170b0
2 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@ directory modes.
|
||||||
|
|
||||||
--- a/test/cases/functions.bats
|
--- a/test/cases/functions.bats
|
||||||
+++ b/test/cases/functions.bats
|
+++ b/test/cases/functions.bats
|
||||||
@@ -161,21 +161,11 @@
|
@@ -162,21 +162,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "initialize_buildroot unwriteable parent directory" {
|
@test "initialize_buildroot unwriteable parent directory" {
|
||||||
|
@ -17,12 +17,12 @@ directory modes.
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "initialize_buildroot unwriteable working directory" {
|
@test "initialize_buildroot unwriteable working directory" {
|
||||||
- local workdir="${BATS_RUN_TMPDIR}/${BATS_TEST_NAME}/workdir"
|
- local generatedir="${BATS_RUN_TMPDIR}/${BATS_TEST_NAME}/workdir"
|
||||||
-
|
-
|
||||||
- install -dm555 "$workdir"
|
- install -dm555 "$generatedir"
|
||||||
- run initialize_buildroot 'none' "$workdir"
|
- run initialize_buildroot 'none' "$generatedir"
|
||||||
- assert_failure
|
- assert_failure
|
||||||
- assert_output "==> ERROR: Unable to write to working directory: $workdir"
|
- assert_output "==> ERROR: Unable to write to build root: $generatedir"
|
||||||
+ true
|
+ true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mkinitcpio'
|
# Template file for 'mkinitcpio'
|
||||||
pkgname=mkinitcpio
|
pkgname=mkinitcpio
|
||||||
version=38
|
version=38.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="asciidoc"
|
hostmakedepends="asciidoc"
|
||||||
|
@ -12,7 +12,7 @@ license="GPL-2.0-only"
|
||||||
homepage="https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio"
|
homepage="https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio"
|
||||||
changelog="https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio/-/raw/master/CHANGELOG"
|
changelog="https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio/-/raw/master/CHANGELOG"
|
||||||
distfiles="https://sources.archlinux.org/other/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="https://sources.archlinux.org/other/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=c64ff852c63d3ee668950e0a4e10a2eae020e079025fa9ad23261e3221cddc05
|
checksum=5c63525097a3c17bfb654dacea71ed7681c3102a3684d18c319d06e57007e1cd
|
||||||
conf_files="/etc/mkinitcpio.conf"
|
conf_files="/etc/mkinitcpio.conf"
|
||||||
alternatives="
|
alternatives="
|
||||||
initramfs:/etc/kernel.d/post-install/20-initramfs:/usr/libexec/mkinitcpio/kernel-hook-postinst
|
initramfs:/etc/kernel.d/post-install/20-initramfs:/usr/libexec/mkinitcpio/kernel-hook-postinst
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue