#1848 Camcaster renaming done in Makefile.in

This commit is contained in:
tomash 2006-10-15 23:47:57 +00:00
parent 6fdaab0ef0
commit 74cf8cef66

View file

@ -2,21 +2,21 @@
# getID3 - read and writes tags in media files - see getid3.readme.txt # getID3 - read and writes tags in media files - see getid3.readme.txt
# getID3 by James Heinrich <getid3@users.sourceforge.net> # getID3 by James Heinrich <getid3@users.sourceforge.net>
# #
# This file is part of the LiveSupport project. # This file is part of the Campcaster project.
# Copyright (c) 2004 Media Development Loan Fund # 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 # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or # the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. # (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 # but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # 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 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
# #
@ -119,8 +119,8 @@ distclean: clean docclean
check: all check: all
install: install:
${MKDIR} ${USR_VAR_DIR}/LiveSupport/getid3/var ${MKDIR} ${USR_VAR_DIR}/Campcaster/getid3/var
${CP} ${VAR_DIR}/*.{php,txt} ${USR_VAR_DIR}/LiveSupport/getid3/var ${CP} ${VAR_DIR}/*.{php,txt} ${USR_VAR_DIR}/Campcaster/getid3/var
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------