mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
manual: fix typo
Signed-off-by: Samuel MARTIN <s.martin49@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
d41e115395
commit
22937a3750
@ -8,6 +8,7 @@ Some packages have been grouped by topic in a sub-directory:
|
||||
+multimedia+, +java+, +x11r7+, and +games+. If your package fits in
|
||||
one of these categories, then create your package directory in these.
|
||||
|
||||
|
||||
+Config.in+ file
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
@ -14,12 +14,12 @@ existing manual makefiles and to help understand how they work.*
|
||||
03: # libfoo
|
||||
04: #
|
||||
05: #############################################################
|
||||
06: LIBFOO_VERSION:=1.0
|
||||
07: LIBFOO_SOURCE:=libfoo-$(LIBFOO_VERSION).tar.gz
|
||||
08: LIBFOO_SITE:=http://www.foosoftware.org/downloads
|
||||
09: LIBFOO_DIR:=$(BUILD_DIR)/foo-$(FOO_VERSION)
|
||||
10: LIBFOO_BINARY:=foo
|
||||
11: LIBFOO_TARGET_BINARY:=usr/bin/foo
|
||||
06: LIBFOO_VERSION = 1.0
|
||||
07: LIBFOO_SOURCE = libfoo-$(LIBFOO_VERSION).tar.gz
|
||||
08: LIBFOO_SITE = http://www.foosoftware.org/downloads
|
||||
09: LIBFOO_DIR = $(BUILD_DIR)/foo-$(FOO_VERSION)
|
||||
10: LIBFOO_BINARY = foo
|
||||
11: LIBFOO_TARGET_BINARY = usr/bin/foo
|
||||
12:
|
||||
13: $(DL_DIR)/$(LIBFOO_SOURCE):
|
||||
14: $(call DOWNLOAD,$(LIBFOO_SITE),$(LIBFOO_SOURCE))
|
||||
|
Loading…
x
Reference in New Issue
Block a user