about summary refs log tree commit diff stats
path: root/install-all.sh
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-02-25 22:50:25 +0000
committerJames Booth <boothj5@gmail.com>2014-02-25 22:50:25 +0000
commit5b734156a5ef0147396f328fe523f07d02d24ff5 (patch)
tree85eedcf3d5dc8962bc22327a3496f71296dbbc44 /install-all.sh
parenta0df7f79446fde68a7610de7de374b74880e5dd9 (diff)
downloadprofani-tty-5b734156a5ef0147396f328fe523f07d02d24ff5.tar.gz
Changes to get install-all.sh working on fresh opensuse VM
Diffstat (limited to 'install-all.sh')
-rwxr-xr-xinstall-all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-all.sh b/install-all.sh
index 0e1da522..97066736 100755
--- a/install-all.sh
+++ b/install-all.sh
@@ -44,7 +44,7 @@ opensuse_prepare()
  echo
  echo Profanity installer...installing dependencies
  echo
- sudo zypper -n in gcc git automake autoconf libgnutls-openssl-devel expat libexpat-devel ncurses-devel glib2-devel libnotify-devel libcurl-devel libXScrnSaver-devel libotr-devel
+ sudo zypper -n in gcc git automake make autoconf libopenssl-devel expat libexpat-devel ncurses-devel glib2-devel libnotify-devel libcurl-devel libXScrnSaver-devel libotr-devel
 }
 
 cygwin_prepare()