From 74cf8cef667f2c35fdbe8cdd7f313fd990310896 Mon Sep 17 00:00:00 2001 From: tomash Date: Sun, 15 Oct 2006 23:47:57 +0000 Subject: [PATCH] #1848 Camcaster renaming done in Makefile.in --- livesupport/src/modules/getid3/etc/Makefile.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/livesupport/src/modules/getid3/etc/Makefile.in b/livesupport/src/modules/getid3/etc/Makefile.in index cc8ddbcf6..8806a0f88 100644 --- a/livesupport/src/modules/getid3/etc/Makefile.in +++ b/livesupport/src/modules/getid3/etc/Makefile.in @@ -2,21 +2,21 @@ # getID3 - read and writes tags in media files - see getid3.readme.txt # getID3 by James Heinrich # -# This file is part of the LiveSupport project. +# This file is part of the Campcaster project. # Copyright (c) 2004 Media Development Loan Fund # -# LiveSupport is free software; you can redistribute it and/or modify +# Campcaster is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # -# LiveSupport is distributed in the hope that it will be useful, +# Campcaster is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with LiveSupport; if not, write to the Free Software +# along with Campcaster; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # @@ -119,8 +119,8 @@ distclean: clean docclean check: all install: - ${MKDIR} ${USR_VAR_DIR}/LiveSupport/getid3/var - ${CP} ${VAR_DIR}/*.{php,txt} ${USR_VAR_DIR}/LiveSupport/getid3/var + ${MKDIR} ${USR_VAR_DIR}/Campcaster/getid3/var + ${CP} ${VAR_DIR}/*.{php,txt} ${USR_VAR_DIR}/Campcaster/getid3/var #-------------------------------------------------------------------------------