diff --git a/matrix-authentication-service.spec b/matrix-authentication-service.spec index 247af631..dd6583ef 100644 --- a/matrix-authentication-service.spec +++ b/matrix-authentication-service.spec @@ -34,7 +34,7 @@ cat %SOURCE2 >> .cargo/config.toml %rust_build %install -install -Dm 755 target/release/%name %buildroot/%_sbindir/%name +install -Dm 755 target/release/mas-cli %buildroot/%_sbindir/mas-cli #sed 's/PrivateUsers/##PrivateUsers/' -i rpm/tuwunel.service #install -Dm 644 rpm/tuwunel.service %buildroot/%_user_unitdir/%name.service @@ -44,7 +44,7 @@ install -Dm 755 target/release/%name %buildroot/%_sbindir/%name #chmod -R tuwunel:tuwunel %buildroot/var/lib/tuwunel %buildroot/etc/tuwunel %files -#%_sbindir/%name +%_sbindir/mas-cli #%_user_unitdir/%name.service %doc LICENSE LICENSE-COMMERCIAL README.md