Просмотр исходного кода

Fix wrong sed definition (libonig instead libzip).

Raphael Schneeberger 5 лет назад
Родитель
Сommit
ed4e4f9743
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      install/hst-install-ubuntu.sh

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -803,7 +803,7 @@ if [ -d "$withdebs" ]; then
 fi
 if [ "$release" = '16.04' ]; then
     software=$(echo "$software" | sed -e "s/libonig5/libonig2/")
-    software=$(echo "$software" | sed -e "s/libzip5/libonig4/")
+    software=$(echo "$software" | sed -e "s/libzip5/libzip4/")
 fi
 if [ "$release" = '18.04' ]; then
     software=$(echo "$software" | sed -e "s/libonig5/libonig4/")