em100: Build and include makedpfw tool (#359734)

This commit is contained in:
Atemu 2024-11-28 12:24:48 +01:00 committed by GitHub
commit 5a7a6c2f25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,11 +27,13 @@ stdenv.mkDerivation rec {
buildFlags = [
"em100"
"makedpfw"
];
installPhase = ''
runHook preInstall
install -Dm755 em100 $out/bin/em100
install -Dm755 makedpfw $out/bin/makedpfw
install -Dm644 60-dediprog-em100pro.rules $out/lib/udev/rules.d/dediprog_em100.rules
runHook postInstall
'';