plasma5.plasma-workspace: fix patch

This commit is contained in:
worldofpeace 2019-04-11 01:45:06 -04:00
parent b528e0aecf
commit 932f1086a9

View file

@ -595,7 +595,6 @@ index 1fe41c5..11757df 100644
+wait_drkonqi=$(@NIXPKGS_KREADCONFIG5@ --file startkderc --group WaitForDrKonqi --key Enabled --default true)
-if test x"$wait_drkonqi"x = x"true"x ; then
>>>>>>> upstream/master
+if [ x"$wait_drkonqi"x = x"true"x ]; then
# wait for remaining drkonqi instances with timeout (in seconds)
- wait_drkonqi_timeout=`kreadconfig5 --file startkderc --group WaitForDrKonqi --key Timeout --default 900`