--prefix in the makefile
need to amend your fs/skeleton to include the locations also. and tell it to use a custom file skeleton in the fileskeleton choice bit. its really easy. point it to custom.
go add the relevant bits (.empty files when the dir is empty) and dirs to the skeleton.
add --prefix /mnt/us to makefile (and --exec-prefix maybe)
assuming the makefile honours the request properly it will appear in /output/target/mnt/us/here
: )
(hint: often just adding /mnt/us is enough... BR will do the rest)
|