The first attempt to solve pear problems.
This commit is contained in:
parent
4070d69f43
commit
5b95cf227c
2 changed files with 10 additions and 4 deletions
|
@ -30,6 +30,7 @@ case "$1" in
|
||||||
$installdir/bin/createDatabase.sh
|
$installdir/bin/createDatabase.sh
|
||||||
$installdir/bin/createOdbcDataSource.sh
|
$installdir/bin/createOdbcDataSource.sh
|
||||||
$installdir/bin/createGstreamerRegistry.sh --directory=$installdir
|
$installdir/bin/createGstreamerRegistry.sh --directory=$installdir
|
||||||
|
$installdir/usr/lib/pear/bin/install.sh -d $installdir
|
||||||
# register and start the livesupport scheduler deamon
|
# register and start the livesupport scheduler deamon
|
||||||
update-rc.d livesupport-station defaults 92 || true
|
update-rc.d livesupport-station defaults 92 || true
|
||||||
if command -v invoke-rc.d >/dev/null 2>&1 ; then
|
if command -v invoke-rc.d >/dev/null 2>&1 ; then
|
||||||
|
|
|
@ -20,8 +20,8 @@
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Author : $Author: maroy $
|
# Author : $Author: tomas $
|
||||||
# Version : $Revision: 1.2 $
|
# Version : $Revision: 1.3 $
|
||||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/pear/etc/Makefile.in,v $
|
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/pear/etc/Makefile.in,v $
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -53,10 +53,15 @@ INSTALL_DIR = @prefix@
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# Targets
|
# Targets
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
.PHONY: all install copy_files clean distclean
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
|
||||||
install:
|
install: copy_files
|
||||||
./bin/install.sh -d ${INSTALL_DIR}
|
${INSTALL_DIR}/usr/lib/pear/bin/install.sh -d ${INSTALL_DIR}
|
||||||
|
|
||||||
|
copy_files:
|
||||||
|
cp -pPR ${BASE_DIR}/../pear ${INSTALL_DIR}/usr/lib
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue