diff --git a/system/boot/efibootmgr/actions.py b/system/boot/efibootmgr/actions.py index 209478b337..456a4fbdc9 100644 --- a/system/boot/efibootmgr/actions.py +++ b/system/boot/efibootmgr/actions.py @@ -20,6 +20,6 @@ def install(): shelltools.makedirs("%s/usr/share/man" % get.installDIR()) shelltools.makedirs("%s/usr/include" % get.installDIR()) autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - #pisitools.insinto("/usr/lib", "src/lib/*.o") - #pisitools.insinto("/usr/share/man", "src/man/*") + pisitools.insinto("/usr/lib", "src/lib/*.o") + pisitools.insinto("/usr/share/man", "src/man/*") pisitools.insinto("/usr/include", "src/include/*.h")