mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
package: changed the remaining /usr/local/bin
to /usr/bin
This is a follo-up after 68f260d878
This commit is contained in:
parent
68f260d878
commit
57a57c711a
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ VictoriaMetrics is fast, cost-effective and scalable time series database. It ca
|
|||
mkdir -p \$RPM_BUILD_ROOT/usr/bin/
|
||||
mkdir -p \$RPM_BUILD_ROOT/lib/systemd/system/
|
||||
|
||||
cp ${PWD}/bin/${EXENAME_SRC} \$RPM_BUILD_ROOT/usr/local/bin/${EXENAME_DST}
|
||||
cp ${PWD}/bin/${EXENAME_SRC} \$RPM_BUILD_ROOT/usr/bin/${EXENAME_DST}
|
||||
cp ${PWD}/package/victoria-metrics.service \$RPM_BUILD_ROOT/lib/systemd/system/
|
||||
|
||||
%post
|
||||
|
|
Loading…
Reference in a new issue