Changeset 1614 in MondoRescue for branches/2.2.5


Ignore:
Timestamp:
Sep 3, 2007, 11:20:52 AM (17 years ago)
Author:
Bruno Cornec
Message:

Fix a compilation error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/common/libmondo-archive.c

    r1567 r1614  
    907907                ("ln -sf /boot/efi/efi/debian/elilo.conf /etc/elilo.conf",
    908908                 5);
     909        }
    909910        if (!does_file_exist("/etc/elilo.conf")
    910             && does_file_exist("/boot//efi/debian/elilo.conf")) {
     911            && does_file_exist("/boot/efi/debian/elilo.conf")) {
    911912            run_program_and_log_output
    912913                ("ln -sf /boot/efi/debian/elilo.conf /etc/elilo.conf",
Note: See TracChangeset for help on using the changeset viewer.