X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fmissing;h=09edd8844dedc652ffe4d9aa931eed179489019f;hb=2ab5e5090d54e4427fec3c64c03bb7a93fe08b8b;hp=894e786e16c1d0d94dfc08d6b475270fe1418d6a;hpb=b7672551a970ef6889d43a105a57abf8f4e620ed;p=citadel.git diff --git a/webcit/missing b/webcit/missing index 894e786e1..09edd8844 100755 --- a/webcit/missing +++ b/webcit/missing @@ -1,7 +1,7 @@ #! /bin/sh # Common stub for a few missing GNU programs while installing. -scriptversion=2005-06-08.21 +scriptversion=2005-02-08.22 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005 # Free Software Foundation, Inc. @@ -19,8 +19,8 @@ scriptversion=2005-06-08.21 # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -# 02110-1301, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -297,9 +297,6 @@ WARNING: \`$1' is $msg. You should only need it if # ... or it is derived from the source name (dir/f.texi becomes f.info) test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info fi - # If the file does not exist, the user really needs makeinfo; - # let's fail without touching anything. - test -f $file || exit 1 touch $file ;;