Skip to content

Commit

Permalink
Fix iso makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
losynix committed Jan 20, 2023
1 parent 265b3b9 commit d7e1675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/live-iso/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $(SRC_PKG_DIR)/usbsas-analyzer-server_$(ASRV_VER)_amd64.deb:
cargo build --release --manifest-path=../../usbsas-analyzer-server/Cargo.toml
cargo-deb --no-build --manifest-path=../../usbsas-analyzer-server/Cargo.toml

$(SRC_PKG_DIR)/usbsas-hid$(SRV_VER)_amd64.deb:
$(SRC_PKG_DIR)/usbsas-hid_$(HID_VER)_amd64.deb:
cargo build --release --manifest-path=../../usbsas-hid/hid-user/Cargo.toml
cargo build --release --manifest-path=../../usbsas-hid/hid-dealer/Cargo.toml
cargo-deb --no-build --manifest-path=../../usbsas-hid/hid-dealer/Cargo.toml
Expand Down

0 comments on commit d7e1675

Please sign in to comment.