diff options
author | Daniel Baumann <daniel@debian.org> | 2012-07-30 01:53:56 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-07-30 18:19:23 +0200 |
commit | 913c6037af2c4a7fb03e6c73f233f96149a735cd (patch) | |
tree | 86c1e6703540b765710e2290a7e3a8408ed9a597 /Makefile | |
parent | a48c974c9ca35c0ded39df3ab6ac91c415d08f13 (diff) | |
download | vyos-live-build-913c6037af2c4a7fb03e6c73f233f96149a735cd.tar.gz vyos-live-build-913c6037af2c4a7fb03e6c73f233f96149a735cd.zip |
Adding shortcut helper for dctrl-tools.
This 'Packages' shortcut helper can be used for simplified
usage of grep-aptavailable from dctrl-tools.
Rather than needing to specify the following explicit command:
! grep-aptavail -n -sPackage -FPriority standard
in package lists, the following shortcut can be used:
! Packages Priority standard
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ SHELL := sh -e LANGUAGES = $(shell cd manpages/po && ls) -SCRIPTS = bin/* frontends/cgi/live-build-cgi frontends/cgi/live-build-cgi.cron functions/* examples/auto/* examples/hooks/* scripts/*.sh scripts/*/* share/hooks/* +SCRIPTS = bin/* frontends/cgi/live-build-cgi frontends/cgi/live-build-cgi.cron functions/* examples/auto/* examples/hooks/* scripts/*.sh scripts/*/* share/bin/* share/hooks/* all: build |