mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-27 15:33:55 +01:00
isolinux.mk: Use $(UNPACK_DIR)/isolinux.bin instead of /usr/share/syslinux/isolinux.bin
This commit is contained in:
parent
55ad49b381
commit
5d902df27d
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ BUILD_DIR = cd_root
|
||||||
DIRS = $(DLOAD_DIR) $(BUILD_DIR)
|
DIRS = $(DLOAD_DIR) $(BUILD_DIR)
|
||||||
UNPACK_DIR = $(notdir $(shell echo $(DLOAD_PKG) | sed 's/.tar.bz2$$//'))
|
UNPACK_DIR = $(notdir $(shell echo $(DLOAD_PKG) | sed 's/.tar.bz2$$//'))
|
||||||
ISO_IMAGE = image.iso
|
ISO_IMAGE = image.iso
|
||||||
ISOLINUX_BIN = /usr/share/syslinux/isolinux.bin
|
ISOLINUX_BIN = $(UNPACK_DIR)/isolinux.bin
|
||||||
ISOLINUX_CFG = isolinux.cfg
|
ISOLINUX_CFG = isolinux.cfg
|
||||||
INITRD = /boot/initrd
|
INITRD = /boot/initrd
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue