mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
initscripts: remove SOURCE
Now that the package infrastructure doesn't attempt to download a package that has an empty version string, there's no need to define the SOURCE variable in the initscripts package. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
5c772a3942
commit
83da516350
@ -4,9 +4,6 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# source included in buildroot
|
|
||||||
INITSCRIPTS_SOURCE =
|
|
||||||
|
|
||||||
define INITSCRIPTS_INSTALL_TARGET_CMDS
|
define INITSCRIPTS_INSTALL_TARGET_CMDS
|
||||||
mkdir -p $(TARGET_DIR)/etc/init.d
|
mkdir -p $(TARGET_DIR)/etc/init.d
|
||||||
$(INSTALL) -D -m 0755 package/initscripts/init.d/* $(TARGET_DIR)/etc/init.d/
|
$(INSTALL) -D -m 0755 package/initscripts/init.d/* $(TARGET_DIR)/etc/init.d/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user