updated debian rules to create database and set up odbc data source

This commit is contained in:
fgerlits 2005-08-04 17:49:59 +00:00
parent f813b837d1
commit 9c65ccebcf
2 changed files with 4 additions and 4 deletions

View file

@ -91,6 +91,8 @@ install-arch:
mkdir -p $(CURDIR)/debian/livesupport-station/opt/livesupport/usr/lib
mv -f $(CURDIR)/debian/livesupport/opt/livesupport/bin/scheduler \
$(CURDIR)/debian/livesupport/opt/livesupport/bin/scheduler.sh \
$(CURDIR)/debian/livesupport/opt/livesupport/bin/createDatabase.sh \
$(CURDIR)/debian/livesupport/opt/livesupport/bin/createOdbcDataSource.sh \
$(CURDIR)/debian/livesupport-station/opt/livesupport/bin
mv -f $(CURDIR)/debian/livesupport/opt/livesupport/etc/scheduler.xml* \
$(CURDIR)/debian/livesupport/opt/livesupport/etc/odbc* \