diff --git a/system/boot/os-prober/actions.py b/system/boot/os-prober/actions.py
old mode 100644
new mode 100755
index 056a1065..ed82676e
--- a/system/boot/os-prober/actions.py
+++ b/system/boot/os-prober/actions.py
@@ -9,10 +9,6 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def build():
- shelltools.system("sed -i -e 's|grub-probe|grub2-probe|g' os-probes/common/50mounted-tests \
- linux-boot-probes/common/50mounted-tests")
- shelltools.system("sed -i -e 's|grub-mount|grub2-mount|g' os-probes/common/50mounted-tests \
- linux-boot-probes/common/50mounted-tests common.sh")
shelltools.unlink("Makefile")
autotools.make("newns")
@@ -20,8 +16,7 @@ def install():
pisitools.dodoc("debian/copyright", "debian/changelog", "README")
pisitools.dobin("os-prober")
pisitools.dobin("linux-boot-prober")
- #pisitools.insinto("/usr/lib/os-prober", "newns")
- pisitools.doexe("newns", "/usr/lib/os-prober/")
+ pisitools.insinto("/usr/lib/os-prober", "newns")
pisitools.insinto("/usr/share/os-prober", "common.sh")
for d in ("os-probes",
"os-probes/mounted",
diff --git a/system/boot/os-prober/pspec.xml b/system/boot/os-prober/pspec.xml
old mode 100644
new mode 100755
index 8d9bfd22..e10dc820
--- a/system/boot/os-prober/pspec.xml
+++ b/system/boot/os-prober/pspec.xml
@@ -12,20 +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://cdn-fastly.deb.debian.org/debian/pool/main/o/os-prober/os-prober_1.77.tar.xz
-
- fedora/os-prober-bootpart-name-fix.patch
- fedora/os-prober-btrfsfix.patch
- fedora/os-prober-factor-out-logger.patch
- fedora/os-prober-factored-logger-efi-fix.patch
- fedora/os-prober-gentoo-fix.patch
- fedora/os-prober-grepfix.patch
- fedora/os-prober-grub2-parsefix.patch
- fedora/os-prober-mdraidfix.patch
- fedora/os-prober-mounted-partitions-fix.patch
- fedora/os-prober-no-dummy-mach-kernel.patch
- fedora/os-prober-umount-fix.patch
-
+ http://deb.debian.org/debian/pool/main/o/os-prober/os-prober_1.77.tar.xz
os-prober
@@ -38,12 +25,12 @@
-
- 2019-10-10
+
+ 2019-12-26
1.77
- Version bump.
- Mustafa Cinasal
- muscnsl@gmail.com
+ Version bump
+ Idris Kalp
+ idriskalp@gmail.com
2018-07-15
diff --git a/system/boot/os-prober/translations.xml b/system/boot/os-prober/translations.xml
old mode 100644
new mode 100755