diff --git a/pyproject.toml b/pyproject.toml index b60bd004c..cb662edb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,6 +61,7 @@ packages = ["pandaserver"] [tool.hatch.build.targets.wheel.shared-data] "templates" = "etc/panda" +"templates/bin" = "usr/bin" "templates/init.d" = "etc/rc.d/init.d" "templates/systemd" = "etc/systemd/system" diff --git a/templates/panda_server-makeSlsXml.exe.template b/templates/bin/panda_server-makeSlsXml.exe.template similarity index 100% rename from templates/panda_server-makeSlsXml.exe.template rename to templates/bin/panda_server-makeSlsXml.exe.template diff --git a/templates/panda_server-vomsrenew.exe.template b/templates/bin/panda_server-vomsrenew.exe.template similarity index 100% rename from templates/panda_server-vomsrenew.exe.template rename to templates/bin/panda_server-vomsrenew.exe.template