mirror of
https://abf.rosa.ru/djam/arti.git
synced 2025-02-23 06:22:49 +00:00
This commit is contained in:
parent
d12ae9c06d
commit
83bc15c99b
1 changed files with 2 additions and 2 deletions
|
@ -41,10 +41,10 @@ export OPENSSL_DIR=/opt/openssl3.3
|
|||
|
||||
cargo build -p arti --locked --release
|
||||
|
||||
upx target/*/release/%{name}
|
||||
upx target/release/%{name}
|
||||
|
||||
%install
|
||||
install -Dm0755 target/*/release/%{name} %{buildroot}%{_bindir}/%{name}
|
||||
install -Dm0755 target/release/%{name} %{buildroot}%{_bindir}/%{name}
|
||||
install -Dm0755 debian/config.toml %{buildroot}%{_sysconfdir}/%{name}/config.toml
|
||||
|
||||
%files
|
||||
|
|
Loading…
Add table
Reference in a new issue