mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
package/lockfile-progs: rename variable
We use package names as poor-man's namespace, so fix that. Reported by utils/check-package. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
276ab13654
commit
0565928fb9
@ -11,7 +11,7 @@ LOCKFILE_PROGS_DEPENDENCIES = liblockfile
|
|||||||
LOCKFILE_PROGS_LICENSE = GPL-2.0
|
LOCKFILE_PROGS_LICENSE = GPL-2.0
|
||||||
LOCKFILE_PROGS_LICENSE_FILES = COPYING
|
LOCKFILE_PROGS_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
LOCKFILE_BINS = \
|
LOCKFILE_PROGS_BINS = \
|
||||||
$(addprefix lockfile-,check create remove touch) \
|
$(addprefix lockfile-,check create remove touch) \
|
||||||
$(addprefix mail-,lock touchlock unlock)
|
$(addprefix mail-,lock touchlock unlock)
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ define LOCKFILE_PROGS_BUILD_CMDS
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define LOCKFILE_PROGS_INSTALL_TARGET_CMDS
|
define LOCKFILE_PROGS_INSTALL_TARGET_CMDS
|
||||||
for i in $(LOCKFILE_BINS); do \
|
for i in $(LOCKFILE_PROGS_BINS); do \
|
||||||
$(INSTALL) -D -m 755 $(@D)/bin/$$i $(TARGET_DIR)/usr/bin/$$i || exit 1; \
|
$(INSTALL) -D -m 755 $(@D)/bin/$$i $(TARGET_DIR)/usr/bin/$$i || exit 1; \
|
||||||
done
|
done
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user