mirror of
https://abf.rosa.ru/djam/arti.git
synced 2025-02-23 14:32:49 +00:00
This commit is contained in:
parent
e4cbf03f49
commit
d12ae9c06d
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
|
cargo build -p arti --locked --release
|
||||||
|
|
||||||
upx target/release/%{name}
|
upx target/*/release/%{name}
|
||||||
|
|
||||||
%install
|
%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
|
install -Dm0755 debian/config.toml %{buildroot}%{_sysconfdir}/%{name}/config.toml
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
|
Loading…
Add table
Reference in a new issue