plasma-workspace: Improve the NixOS patch set
We changed some if condition that is not required to be changed.
This commit is contained in:
parent
af44ab8400
commit
6e5d977b97
@ -907,10 +907,10 @@ index dd9e304d..49d456e9 100644
|
|||||||
- }
|
- }
|
||||||
fi
|
fi
|
||||||
|
|
||||||
kstartupconfig5
|
-kstartupconfig5
|
||||||
|
+@CMAKE_INSTALL_FULL_BINDIR@/kstartupconfig5
|
||||||
returncode=$?
|
returncode=$?
|
||||||
-if test $returncode -ne 0; then
|
if test $returncode -ne 0; then
|
||||||
+if ! @CMAKE_INSTALL_FULL_BINDIR@/kstartupconfig5; then
|
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
-[ -r $configDir/startupconfig ] && . $configDir/startupconfig
|
-[ -r $configDir/startupconfig ] && . $configDir/startupconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user