author | Alberto Bertogli
<albertogli@telpin.com.ar> 2005-05-12 18:31:35 UTC |
committer | Alberto Bertogli
<albertogli@telpin.com.ar> 2005-05-12 18:31:35 UTC |
parent | 10498f34f7bac590b3e6dbe23b9893e07a15202a |
install | +2 | -2 |
diff --git a/install b/install index 93260e8..fe09448 100644 --- a/install +++ b/install @@ -15,7 +15,7 @@ echo echo "*** Installing the documentation" rm -r $DESTDIR/doc/msnlib 2>/dev/null mkdir $DESTDIR/doc/msnlib 2>/dev/null -cp -v README INSTALL $DESTDIR/doc/msnlib/ +cp -v README INSTALL.txt $DESTDIR/doc/msnlib/ cp -Rv doc/* $DESTDIR/doc/msnlib/ echo @@ -26,6 +26,6 @@ cp -v msnsetup $DESTDIR/bin echo echo "*** Done" -echo "Please read the INSTALL file to see the next step" +echo "Please read the INSTALL.txt file to see the next step" echo