Skip to content
Commit 4cc31dfa authored by Markus Mayer's avatar Markus Mayer Committed by Thomas Petazzoni
Browse files

package/dosfstools: introduce custom install routine



We can't use dosfstools' install target, because it'll install *all*
binaries, even the disabled ones. Also, we can't just delete dosfstools
binaries from the target directory after installing them, because other
packages (specifically Busybox) may provide tools of the same name, and
we may end up deleting those instead.

To avoid any issues, we create our own install routines, which only
copy the enabled binaries into the target location.

Signed-off-by: default avatarMarkus Mayer <mmayer@broadcom.com>
[Thomas: use full destination path for INSTALL commands.]
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@bootlin.com>
parent e00e1a8b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment