wok rev 24027

os-prober: added dependency coreutils
author Hans-G?nter Theisgen
date Wed Mar 24 16:32:15 2021 +0100 (2021-03-24)
parents 23f582bc5eb0
children 70ff687a5c7f
files os-prober/receipt
line diff
     1.1 --- a/os-prober/receipt	Wed Mar 24 16:16:25 2021 +0100
     1.2 +++ b/os-prober/receipt	Wed Mar 24 16:32:15 2021 +0100
     1.3 @@ -11,6 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.5  WGET_URL="http://ftp.debian.org/debian/pool/main/o/$PACKAGE/${PACKAGE}_$VERSION.tar.xz"
     1.6  
     1.7 +DEPENDS="coreutils"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()