mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
schifra: fix install examples
Fixes: http://autobuild.buildroot.net/results/1ec/1ec3664f28492bf3da53dcbe8ceeb165bce8df6d/build-end.log Signed-off-by: Romain Naour <romain.naour@openwide.fr> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
af0813b09a
commit
d2b29f4fa9
@ -23,7 +23,7 @@ endef
|
|||||||
define SCHIFRA_INSTALL_EXAMPLES
|
define SCHIFRA_INSTALL_EXAMPLES
|
||||||
cd $(@D) && for i in `find -type f -name 'schifra_*' -executable` ; \
|
cd $(@D) && for i in `find -type f -name 'schifra_*' -executable` ; \
|
||||||
do \
|
do \
|
||||||
$(INSTALL) -m 0755 -D $$i (TARGET_DIR)/usr/bin/$$i; \
|
$(INSTALL) -m 0755 -D $$i $(TARGET_DIR)/usr/bin/$$i; \
|
||||||
done
|
done
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user