diff --git a/system/boot/os-prober/actions.py b/system/boot/os-prober/actions.py index 69e770a3..06fba6e9 100644 --- a/system/boot/os-prober/actions.py +++ b/system/boot/os-prober/actions.py @@ -27,5 +27,5 @@ def install(): if shelltools.isDirectory("%s/x86" % d): pisitools.insinto("/usr/lib/%s" % d, "%s/x86/*" % d) - # shelltools.touch("labels") + shelltools.touch("labels") pisitools.dodir("/var/lib/os-prober") diff --git a/system/boot/os-prober/pspec.xml b/system/boot/os-prober/pspec.xml index 5415f866..6143e49d 100644 --- a/system/boot/os-prober/pspec.xml +++ b/system/boot/os-prober/pspec.xml @@ -26,7 +26,7 @@ - 2017-09-20 + 2017-09-21 1.76 Version bump. Ertuğrul Erata