mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
13 lines
369 B
Makefile
13 lines
369 B
Makefile
################################################################################
|
|
#
|
|
# hwclock-initscript
|
|
#
|
|
################################################################################
|
|
|
|
define HWCLOCK_INITSCRIPT_INSTALL_INIT_SYSV
|
|
$(INSTALL) -D -m 0755 $(HWCLOCK_INITSCRIPT_PKGDIR)/S20hwclock \
|
|
$(TARGET_DIR)/etc/init.d/S20hwclock
|
|
endef
|
|
|
|
$(eval $(generic-package))
|