Explorar el Código

Fix libwebkit removal regex

bryan hace 6 horas
padre
commit
efe25f6054
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -839,7 +839,7 @@ install_mc_deb() {
     sed -i 's/ ([^)]*)//g' "control"
 
     # Remove libwebkit2gtk and their fantastic package versioning strategy
-    sed -i 's/,\s*libwebkit2gtk[^,]*\|libwebkit2gtk[^,]*,\?//g' "control"
+    sed -i 's/,\s*libwebkit2gtk[^,]*,\?|libwebkit2gtk[^,]*,\?//g' "control"
 
     # TODO ugly ZorinOS workaround
     [[ $ID == "ubuntu" && ${VERSION_ID%.*} -le 16 ]] \