# HG changeset patch # User Hans-G?nter Theisgen # Date 1616599935 -3600 # Node ID 5d63651829f602256dc6ecb63cea961aa6c87953 # Parent 23f582bc5eb009712f4c2b579aa8f2813809fc37 os-prober: added dependency coreutils diff -r 23f582bc5eb0 -r 5d63651829f6 os-prober/receipt --- a/os-prober/receipt Wed Mar 24 16:16:25 2021 +0100 +++ b/os-prober/receipt Wed Mar 24 16:32:15 2021 +0100 @@ -11,6 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="http://ftp.debian.org/debian/pool/main/o/$PACKAGE/${PACKAGE}_$VERSION.tar.xz" +DEPENDS="coreutils" # Rules to configure and make the package. compile_rules()