Accepting request 983684 from home:uncomfyhalomacro:branches:editors
Some issues were magically resolved for mysterious reasons OBS-URL: https://build.opensuse.org/request/show/983684 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=23
This commit is contained in:
parent
99fe475412
commit
a4adf79b60
@ -48,9 +48,6 @@ export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=true
|
|||||||
HELIX_RUNTIME="$PWD/runtime" ./target/release/hx --grammar build
|
HELIX_RUNTIME="$PWD/runtime" ./target/release/hx --grammar build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
# Debug info for helix's runtime grammars is not needed nor make sense
|
|
||||||
%global __debug_install_post %{nil}
|
|
||||||
%global debug_package %{nil}
|
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_libdir}/%{name}
|
mkdir -p %{buildroot}%{_libdir}/%{name}
|
||||||
mkdir -p %{buildroot}%{_helix_runtimedir}
|
mkdir -p %{buildroot}%{_helix_runtimedir}
|
||||||
@ -64,9 +61,6 @@ ln -sv %{_helix_runtimedir} %{buildroot}%{_libdir}/%{name}/runtime
|
|||||||
install -D -d -m 0755 %{buildroot}%{_bindir}
|
install -D -d -m 0755 %{buildroot}%{_bindir}
|
||||||
ln -sv %{_libdir}/%{name}/hx %{buildroot}%{_bindir}/%{name}
|
ln -sv %{_libdir}/%{name}/hx %{buildroot}%{_bindir}/%{name}
|
||||||
|
|
||||||
# HACK for disabling debuginfo?
|
|
||||||
touch %{_builddir}/%{name}/debugsourcefiles.list
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md CHANGELOG.md languages.toml docs/CONTRIBUTING.md docs/architecture.md docs/vision.md
|
%doc README.md CHANGELOG.md languages.toml docs/CONTRIBUTING.md docs/architecture.md docs/vision.md
|
||||||
|
Loading…
Reference in New Issue
Block a user