X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=programs%2Fmkwinpeimg.in;h=8e9cfeb0b141069b16918ef18823fa3a7dc2a0f5;hb=b143910f8f18f0725adaf4af7e0bbe7ac5ab5382;hp=a46f72b72dcc33419f96017a54755773eb2685e3;hpb=4b9bc7796ea25d5a92a37e4434268b48ab49f579;p=wimlib diff --git a/programs/mkwinpeimg.in b/programs/mkwinpeimg.in index a46f72b7..8e9cfeb0 100755 --- a/programs/mkwinpeimg.in +++ b/programs/mkwinpeimg.in @@ -16,7 +16,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . script_name="$(basename "$0")" PREFIX_REG="::" @@ -488,7 +488,8 @@ make_disk_img() { for biosdir in \ /usr/lib/syslinux/modules/bios \ /usr/lib/syslinux/bios \ - /usr/lib/syslinux + /usr/lib/syslinux \ + /usr/share/syslinux do if [ -e "$biosdir/chain.c32" ]; then break