]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
pdksh is not base shell anymore. util-linux needed for su
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 21 Nov 2018 06:06:59 +0000 (07:06 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 21 Nov 2018 06:07:19 +0000 (07:07 +0100)
PLD_Builder/install.py

index 0131e19403aac55f52815d8b348a1f6fb7259dfc..804495972521ae3b1aa42a14163baa44cff6b888 100644 (file)
@@ -12,9 +12,9 @@ hold = [
     'dev',
     'poldek',
     'rpm-build',
-    'pdksh',
     'mksh',
-    'coreutils'
+    'coreutils',
+    'util-linux'
 ]
 
 def close_killset(killset):
This page took 0.264546 seconds and 4 git commands to generate.