mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/initscripts: add license info
The package is part of Buildroot and thus under GPL-2.0-or-later
unless stated otherwise, as described in COPYING.
Signed-off-by: Fiona Klute (Othermo GmbH) <fiona.klute@gmx.de>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit c19a7fad93)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
bef982da4a
commit
fd9289bfef
@@ -4,6 +4,8 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
|
INITSCRIPTS_LICENSE = GPL-2.0-or-later
|
||||||
|
|
||||||
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/
|
||||||
|
|||||||
Reference in New Issue
Block a user