diff --git a/livesupport/etc/debian/livesupport-station.postinst b/livesupport/etc/debian/livesupport-station.postinst index cdbe6d48c..6d7f49e71 100644 --- a/livesupport/etc/debian/livesupport-station.postinst +++ b/livesupport/etc/debian/livesupport-station.postinst @@ -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 diff --git a/livesupport/tools/pear/etc/Makefile.in b/livesupport/tools/pear/etc/Makefile.in index 9bf968fb1..8d33d3bd3 100644 --- a/livesupport/tools/pear/etc/Makefile.in +++ b/livesupport/tools/pear/etc/Makefile.in @@ -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: