Skip to content

Commit

Permalink
Fix for Fedora packaging error.
Browse files Browse the repository at this point in the history
  • Loading branch information
cerebrate committed Jul 29, 2021
1 parent 4d45cf0 commit 847c247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/fedora/genie.spec
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ install -m 0644 -vp othersrc/etc/genie.ini %{buildroot}%{_sysconfdir}/
install -m 0644 -vp othersrc/lib-systemd-system/wslg-xwayland.service %{buildroot}%{_unitdir}
install -m 0644 -vp othersrc/lib-systemd-system/wslg-xwayland.socket %{buildroot}%{_unitdir}
install -m 0644 -vp othersrc/lib-systemd-system/user-runtime-dir@.service.d/override.conf %{buildroot}%{_unitdir}/user-runtime-dir@.service.d
install -m 0644 -vp othersrc/usr-lib/tmpfiles.d/genie-stub-resolv.conf" %{buildroot}%{_exec_prefix}/lib/tmpfiles.d/
install -m 0644 -vp othersrc/usr-lib/binfmt.d/WSLInterop.conf" %{buildroot}%{_exec_prefix}/lib/binfmt.d/
install -m 0644 -vp othersrc/usr-lib/tmpfiles.d/genie-stub-resolv.conf %{buildroot}%{_exec_prefix}/lib/tmpfiles.d/
install -m 0644 -vp othersrc/usr-lib/binfmt.d/WSLInterop.conf %{buildroot}%{_exec_prefix}/lib/binfmt.d/
ln -sf %{_libexecdir}/%{name}/%{name} %{buildroot}%{_bindir}/%{name}
ln -sf %{_libexecdir}/%{name}/80-genie-envar.sh %{buildroot}%{_exec_prefix}/lib/systemd/system-environment-generators/
ln -sf %{_libexecdir}/%{name}/80-genie-envar.sh %{buildroot}%{_exec_prefix}/lib/systemd/user-environment-generators/
Expand Down

0 comments on commit 847c247

Please sign in to comment.