summaryrefslogtreecommitdiffstats
path: root/lib/cmd/local.mk
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-05-24 16:20:53 (EDT)
committer P. J. McDermott <pj@pehjota.net>2015-05-24 16:20:53 (EDT)
commita65c79664f476441e7115ffd8a81e5241ac7d55d (patch)
tree108bb186737847c00ace85bd2c2b6efd48069724 /lib/cmd/local.mk
parenteaa04118f50314a22adb0acd9123d9f9d8bb3ae8 (diff)
cmd/installer-pc: New command
TODO: Either throw an error if arch and plat aren't given or make them optional to enter an interactive mode.
Diffstat (limited to 'lib/cmd/local.mk')
-rw-r--r--lib/cmd/local.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/cmd/local.mk b/lib/cmd/local.mk
index 8c56946..dc6e2ae 100644
--- a/lib/cmd/local.mk
+++ b/lib/cmd/local.mk
@@ -4,4 +4,5 @@ pkgdatacmd_sources = \
lib/cmd/install.sh \
lib/cmd/shell.sh \
lib/cmd/opkg.sh \
- lib/cmd/build.sh
+ lib/cmd/build.sh \
+ lib/cmd/installer-pc.sh