diff --git a/system/boot/os-prober/actions.py b/system/boot/os-prober/actions.py
index 2f477281..69e770a3 100644
--- a/system/boot/os-prober/actions.py
+++ b/system/boot/os-prober/actions.py
@@ -26,5 +26,6 @@ def install():
pisitools.insinto("/usr/lib/%s" % d, "%s/common/*" % d)
if shelltools.isDirectory("%s/x86" % d):
pisitools.insinto("/usr/lib/%s" % d, "%s/x86/*" % d)
- shelltools.touch("labels")
- pisitools.insinto("/var/lib/os-prober/", "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 abb54a4b..5415f866 100644
--- a/system/boot/os-prober/pspec.xml
+++ b/system/boot/os-prober/pspec.xml
@@ -12,7 +12,7 @@
app:console
Utility to detect other OSes on a set of drives
os-probe detects other OSes available on a system and outputs the results in a generic machine-readable format. Support for new OSes and Linux distributions can be added easily.
- http://http.debian.net/debian/pool/main/o/os-prober/os-prober_1.74.tar.xz
+ http://http.debian.net/debian/pool/main/o/os-prober/os-prober_1.76.tar.xz
os-prober
@@ -25,6 +25,13 @@
+
+ 2017-09-20
+ 1.76
+ Version bump.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
2017-02-11
1.74