File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if [ $installed = 'false' ]; then
1010fi
1111
1212: ' Running the build'
13- cargo build
13+ cargo build --target x86_64-unknown-linux-gnu -p inputmodule-control
1414
1515: " Packaging"
1616fpm \
@@ -22,11 +22,11 @@ fpm \
2222 --description " framework-inputmodule-rs runs Framework Laptop 16 input modules and keeps their firmware up to date" \
2323 --url " https://frame.work" \
2424 --maintainer " Framework <support@frame.work>" \
25- --deb-systemd ./framework-inputmodule-rs.service \
25+ --deb-systemd ./release/ framework-inputmodule-rs.service \
2626 --deb-systemd-enable \
2727 --deb-systemd-auto-start \
2828 --deb-systemd-restart-after-upgrade \
29- --after-install postinstall.sh \
29+ --after-install ./release/ postinstall.sh \
3030 target/x86_64-unknown-linux-gnu/debug/inputmodule-control=/usr/bin/framework-inputmodule-rs
3131
3232: ' Packaging successful, install with "sudo dpkg -i <pkg-name>.deb"'
You can’t perform that action at this time.
0 commit comments