mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-15 06:45:06 +00:00
8 lines
129 B
Makefile
Executable File
8 lines
129 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
%:
|
|
dh $@ --buildsystem cargo
|
|
|
|
override_dh_auto_build:
|
|
sed -ie 's/, path = ".*"//' Cargo.toml
|
|
dh_auto_build
|