From 849cd39ce402ca9b07b32b1c54756d3b59801cd7 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 21 Sep 2017 15:31:30 +0300 Subject: [PATCH] os-prober:rebuild --- system/boot/os-prober/actions.py | 2 +- system/boot/os-prober/pspec.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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