From 7487754a4d4aaa82e00448ea8ace53166ccf8677 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 14 Aug 2012 20:20:39 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8659 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- python/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/install.py b/python/install.py index e7e3f756f8..3bf2739cbc 100644 --- a/python/install.py +++ b/python/install.py @@ -1,6 +1,6 @@ #!/usr/local/bin/python -# copy LAMMPS shared library src/liblmp.so and lammps.py to system dirs +# copy LAMMPS shared library src/liblammps.so and lammps.py to system dirs # Syntax: python install.py [libdir] [pydir] # libdir = target dir for src/liblammps.so, default = /usr/local/lib # pydir = target dir for lammps.py, default = Python site-packages dir