changed from dh_installinit to manual init script installation
because invoke-rc.d does not work on the knoppix hdd install (it is linked to /bin/true, so 'command -v invoke-rc.d' returns true, but it does not do anything, of course)
This commit is contained in:
parent
210df42a65
commit
ff18822caa
7 changed files with 25 additions and 11 deletions
|
@ -98,6 +98,7 @@ install-arch:
|
|||
mv -f $(CURDIR)/debian/livesupport/opt/livesupport/bin/scheduler \
|
||||
$(CURDIR)/debian/livesupport/opt/livesupport/bin/scheduler.sh \
|
||||
$(CURDIR)/debian/livesupport/opt/livesupport/bin/postInstallStation.sh \
|
||||
$(CURDIR)/debian/livesupport/opt/livesupport/bin/livesupport-station \
|
||||
$(CURDIR)/debian/livesupport-station/opt/livesupport/bin
|
||||
mv -f $(CURDIR)/debian/livesupport/opt/livesupport/etc/scheduler.xml* \
|
||||
$(CURDIR)/debian/livesupport/opt/livesupport/etc/odbc* \
|
||||
|
@ -156,7 +157,10 @@ binary-common:
|
|||
# dh_installemacsen
|
||||
# dh_installpam
|
||||
# dh_installmime
|
||||
dh_installinit --update-rcd-params="defaults 92"
|
||||
# Replaced dh_installinit with manual init script installation
|
||||
# because invoke.rc-d is linked to /bin/true in the knoppix hdd install.
|
||||
# Should be changed back when/if knoppix is fixed.
|
||||
# dh_installinit --update-rcd-params="defaults 92"
|
||||
# dh_installcron
|
||||
# dh_installinfo
|
||||
# dh_installman
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue