mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 01:34:46 +00:00
Fix bad paste
This commit is contained in:
parent
3cff93732d
commit
25aaf7a20c
1 changed files with 2 additions and 1 deletions
|
|
@ -65,7 +65,8 @@ rm -rf %{buildroot}
|
||||||
# >> install post
|
# >> install post
|
||||||
|
|
||||||
# File with environment variables, used by systemd units
|
# File with environment variables, used by systemd units
|
||||||
mkdir -p %{buildroot}%{_sharedstatedir}/environment/plasma-phone/plasma-phone.conf <<EOF
|
mkdir -p %{buildroot}%{_sharedstatedir}/environment/plasma-phone
|
||||||
|
cat > %{buildroot}%{_sharedstatedir}/environment/plasma-phone/plasma-phone.conf <<EOF
|
||||||
LIBEXEC_PATH="%{_libexecdir}:%{_libdir}/libexec:%{_kf5_libexecdir}"
|
LIBEXEC_PATH="%{_libexecdir}:%{_libdir}/libexec:%{_kf5_libexecdir}"
|
||||||
QT_QPA_PLATFORM=wayland
|
QT_QPA_PLATFORM=wayland
|
||||||
QT_QPA_PLATFORMTHEME=KDE
|
QT_QPA_PLATFORMTHEME=KDE
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue