This commit is contained in:
parent
fc01a3e01d
commit
dba5d992df
@ -64,7 +64,7 @@ mkdir -p %{buildroot}%{_helix_runtimedir}
|
||||
install -m 0755 %{_builddir}/%{name}-%{version}/target/release/hx %{buildroot}%{_libdir}/%{name}/hx
|
||||
cp -rv "runtime/queries" %{buildroot}%{_helix_runtimedir}
|
||||
cp -rv "runtime/themes" %{buildroot}%{_helix_runtimedir}
|
||||
find "%{_builddir}/%{name}/runtime/grammars" -type f -name '*.so' -exec \
|
||||
find "%{_builddir}/%{name}-%{version}/runtime/grammars" -type f -name '*.so' -exec \
|
||||
install --verbose -Dm 755 {} -t "%{buildroot}%{_helix_runtimedir}/grammars" \;
|
||||
install -Dm644 runtime/tutor.txt -t %{buildroot}%{_helix_runtimedir}
|
||||
ln -sv %{_helix_runtimedir} %{buildroot}%{_libdir}/%{name}/runtime
|
||||
|
Loading…
x
Reference in New Issue
Block a user