Explorar o código

fix squashfs target

Waldemar Brodkorb %!s(int64=14) %!d(string=hai) anos
pai
achega
308fc79fcf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mk/image.mk

+ 1 - 1
mk/image.mk

@@ -101,7 +101,7 @@ ${BUILD_DIR}/root.squashfs: ${TARGET_DIR}
 		-nopad -noappend -root-owned $(MAKE_TRACE)
 
 ifeq (,${CUSTOM_ROOTFSSQUASHFS_BUILD})
-${BIN_DIR}/${ROOTFSSQUASHFS}: ${BUILD_DIR}/root.squashfs
+${BUILD_DIR}/${ROOTFSSQUASHFS}: ${BUILD_DIR}/root.squashfs
 	cat ${BUILD_DIR}/${TARGET_KERNEL} ${BUILD_DIR}/root.squashfs \
 	    >${BUILD_DIR}/${ROOTFSSQUASHFS}
 endif