mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
dash: needs coreutils rundep for the INSTALL script.
--HG-- extra : convert_revision : ee92a901939d6eb3c1d28377f8fb942ff3c7eee7
This commit is contained in:
parent
8a5cfc5f66
commit
30f0a45c0d
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'dash'
|
# Template file for 'dash'
|
||||||
pkgname=dash
|
pkgname=dash
|
||||||
version=0.5.4
|
version=0.5.4
|
||||||
distfiles="
|
revision=1
|
||||||
http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz"
|
distfiles="http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--prefix="
|
configure_args="--prefix="
|
||||||
configure_env="LANG=C"
|
configure_env="LANG=C"
|
||||||
|
@ -20,6 +20,7 @@ long_desc="
|
||||||
base_chroot=yes
|
base_chroot=yes
|
||||||
register_shell="/bin/sh"
|
register_shell="/bin/sh"
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
Add_dependency run coreutils
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue