From: Elan Ruusamäe Date: Thu, 30 Apr 2020 11:03:59 +0000 (+0300) Subject: Fix documentation of poldek command line X-Git-Tag: auto/th/rpm-build-tools-4.9-7~4 X-Git-Url: http://git.pld-linux.org/?p=packages%2Frpm-build-tools.git;a=commitdiff_plain;h=6a9f0e9 Fix documentation of poldek command line Fixup to a390597a5dd311920abfb4b1ee80c41577b57149 --- diff --git a/builder.sh b/builder.sh index 85e008b..32486f2 100755 --- a/builder.sh +++ b/builder.sh @@ -1870,7 +1870,7 @@ run_sub_builder() { # @return exit code from poldek # # this requires following sudo rules: -# - poldek --noask --caplookup -uG +# - poldek --noask --caplookup -ug poldek_install() { LANG=C $POLDEK_CMD --noask --caplookup --uniq -ug "$@" }