]> wimlib.net Git - wimlib/blobdiff - programs/mkwinpeimg.in
Update hyperlinks
[wimlib] / programs / mkwinpeimg.in
index a46f72b72dcc33419f96017a54755773eb2685e3..8e9cfeb0b141069b16918ef18823fa3a7dc2a0f5 100755 (executable)
@@ -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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 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