[projects/pld-builder.new] pdksh is not base shell anymore. util-linux needed for su

arekm arekm at pld-linux.org
Wed Nov 21 07:07:52 CET 2018


commit 159338605df737d927fee4fcfb95e991555787db
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Nov 21 07:06:59 2018 +0100

    pdksh is not base shell anymore. util-linux needed for su

 PLD_Builder/install.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/PLD_Builder/install.py b/PLD_Builder/install.py
index 0131e19..8044959 100644
--- a/PLD_Builder/install.py
+++ b/PLD_Builder/install.py
@@ -12,9 +12,9 @@ hold = [
     'dev',
     'poldek',
     'rpm-build',
-    'pdksh',
     'mksh',
-    'coreutils'
+    'coreutils',
+    'util-linux'
 ]
 
 def close_killset(killset):
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/159338605df737d927fee4fcfb95e991555787db



More information about the pld-cvs-commit mailing list