about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xbuildtools/installnetpbm.pl4
-rw-r--r--doc/HISTORY2
2 files changed, 4 insertions, 2 deletions
diff --git a/buildtools/installnetpbm.pl b/buildtools/installnetpbm.pl
index 3c3d9b9d..61900335 100755
--- a/buildtools/installnetpbm.pl
+++ b/buildtools/installnetpbm.pl
@@ -374,7 +374,7 @@ sub warnNonstandardShlibDirCrle($) {
     # system directory.  But I don't have a Solaris system to reverse
     # engineer/test with.
 
-    if ($shlibDir != "/lib" && $shlibDir != "/usr/lib") {
+    if ($shlibDir ne "/lib" && $shlibDir ne "/usr/lib") {
         print("You have installed shared libraries in " .
               "'$shlibDir',\n" .
               "which is not a conventional system shared " .
@@ -401,7 +401,7 @@ sub warnNonstandardShlibDirGeneric($) {
 #  search path.
 #-----------------------------------------------------------------------------
 
-    if ($shlibDir != "/lib" && $shlibDir != "/usr/lib") {
+    if ($shlibDir ne "/lib" && $shlibDir ne "/usr/lib") {
         print("You have installed shared libraries in " .
               "'$shlibDir',\n" .
               "which is not a conventional system shared " .
diff --git a/doc/HISTORY b/doc/HISTORY
index 573fc721..14077cc3 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -16,6 +16,8 @@ not yet  BJH  Release 10.63.00
               middle of the AND mask.  Always broken (program was new in
               Netpbm 9.3 (June 2000)).
 
+              install: fix Perl warning in installnetpbm.
+
 12.03.28 BJH  Release 10.62.00
 
               pnmtorast: set don't care bytes to zero to make output