diff options
author | James Turner <jturner@gemini.edu> | 2016-10-21 09:48:03 -0400 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2016-10-21 09:48:03 -0400 |
commit | 73f52caf1321ddc027dba624da5907dcb49ef615 (patch) | |
tree | a4aea2221e788a3f01661a988495b9ca47287882 | |
parent | 0d6feeba8933247fff11404ce905ae9618f0c265 (diff) | |
download | astroconda-iraf-73f52caf1321ddc027dba624da5907dcb49ef615.tar.gz |
Oops, add missing ncurses lib (not just its copyright...).
-rw-r--r-- | iraf-os-libs/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iraf-os-libs/build.sh b/iraf-os-libs/build.sh index 746bc99..f3c1237 100644 --- a/iraf-os-libs/build.sh +++ b/iraf-os-libs/build.sh @@ -4,7 +4,7 @@ # generalizing later, to pick up whatever major version is actually used # on any given build machine: libs="libXmu.so.6 libXt.so.6 libSM.so.6 libICE.so.6 libXext.so.6 libX11.so.6 \ - libXau.so.6 libXdmcp.so.6 libXfixes.so.3 libXrender.so.1" + libXau.so.6 libXdmcp.so.6 libXfixes.so.3 libXrender.so.1 libncurses.so.5" oslib="/usr/lib" # CentOS keeps 32-bit libs here osdoc="/usr/share/doc" # CentOS keeps copyright notices etc. here |