diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-10 12:46:41 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-10 12:46:41 +0300 |
commit | 6f36eadf15185ce29fd49430afb03e96057b78bf (patch) | |
tree | 81b9d2bc1ef91052e7c3fcfe76ef499855e70b1b | |
parent | da3c2b9cd3b4fa4f6e389a620fcf56002f3482df (diff) | |
download | mkrootfs-6f36eadf15185ce29fd49430afb03e96057b78bf.tar.gz |
docs: update
-rwxr-xr-x | mkrootfs.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mkrootfs.sh b/mkrootfs.sh index bed842d..d6c54fc 100755 --- a/mkrootfs.sh +++ b/mkrootfs.sh @@ -43,10 +43,10 @@ MAKEFLAGS = $MAKEFLAGS Repository and package options -REPO = $REPO +REPO = $REPO REPOSITORY PATH = $HOST_REPO_PATH -PKGS = $PKGS -ORDER = $order +PKGS = $PKGS +ORDER = $order EOF |