Changeset 5739 in orxonox.OLD for branches/world_entities/missing
- Timestamp:
- Nov 23, 2005, 3:33:40 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/world_entities/missing
r5479 r5739 2 2 # Common stub for a few missing GNU programs while installing. 3 3 4 scriptversion=2005-0 6-08.214 scriptversion=2005-02-08.22 5 5 6 6 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005 … … 20 20 # You should have received a copy of the GNU General Public License 21 21 # along with this program; if not, write to the Free Software 22 # Foundation, Inc., 5 1 Franklin Street, Fifth Floor, Boston, MA23 # 0211 0-1301, USA.22 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 23 # 02111-1307, USA. 24 24 25 25 # As a special exception to the GNU General Public License, if you … … 298 298 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info 299 299 fi 300 # If the file does not exist, the user really needs makeinfo;301 # let's fail without touching anything.302 test -f $file || exit 1303 300 touch $file 304 301 ;;
Note: See TracChangeset
for help on using the changeset viewer.