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/createOdbcDataSource.sh
|
||||
$installdir/bin/createGstreamerRegistry.sh --directory=$installdir
|
||||
$installdir/usr/lib/pear/bin/install.sh -d $installdir
|
||||
# register and start the livesupport scheduler deamon
|
||||
update-rc.d livesupport-station defaults 92 || true
|
||||
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
|
||||
#
|
||||
#
|
||||
# Author : $Author: maroy $
|
||||
# Version : $Revision: 1.2 $
|
||||
# Author : $Author: tomas $
|
||||
# Version : $Revision: 1.3 $
|
||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/pear/etc/Makefile.in,v $
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
|
@ -53,10 +53,15 @@ INSTALL_DIR = @prefix@
|
|||
#-------------------------------------------------------------------------------
|
||||
# Targets
|
||||
#-------------------------------------------------------------------------------
|
||||
.PHONY: all install copy_files clean distclean
|
||||
|
||||
all:
|
||||
|
||||
install:
|
||||
./bin/install.sh -d ${INSTALL_DIR}
|
||||
install: copy_files
|
||||
${INSTALL_DIR}/usr/lib/pear/bin/install.sh -d ${INSTALL_DIR}
|
||||
|
||||
copy_files:
|
||||
cp -pPR ${BASE_DIR}/../pear ${INSTALL_DIR}/usr/lib
|
||||
|
||||
clean:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue