os-prober fix pisi-check fail and update.

This commit is contained in:
Ertuğrul Erata
2017-09-20 13:29:06 +03:00
parent db327e54b6
commit 1a5d9c5b02
2 changed files with 11 additions and 3 deletions
+3 -2
View File
@@ -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")
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Utility to detect other OSes on a set of drives</Summary>
<Description>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.</Description>
<Archive sha1sum="f7008494924ee60468bb27df8d926d7e0234edab" type="tarxz">http://http.debian.net/debian/pool/main/o/os-prober/os-prober_1.74.tar.xz</Archive>
<Archive sha1sum="7434eef47887d820f8f4cc2f0f99afe50b22adbd" type="tarxz">http://http.debian.net/debian/pool/main/o/os-prober/os-prober_1.76.tar.xz</Archive>
</Source>
<Package>
<Name>os-prober</Name>
@@ -25,6 +25,13 @@
</Files>
</Package>
<History>
<Update release="4">
<Date>2017-09-20</Date>
<Version>1.76</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-02-11</Date>
<Version>1.74</Version>