diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2013-05-15 14:35:01 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2013-05-15 14:35:01 +0800 |
commit | 207998f69f4f5bc19532736401953c2b45347652 (patch) | |
tree | 351c12804612c4a5a6705f2d237a479c92adc789 /utils | |
parent | ad781c2aaed011dc704a018b53dcb43e5d90fd85 (diff) | |
download | talos-petitboot-207998f69f4f5bc19532736401953c2b45347652.tar.gz talos-petitboot-207998f69f4f5bc19532736401953c2b45347652.zip |
utils/Makefile: pb-console is dist_
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am index 3c13e61..f7328b8 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -21,7 +21,7 @@ AM_CFLAGS = \ $(DEFAULT_CFLAGS) dist_sbin_SCRIPTS = pb-udhcpc -pkglibexec_SCRIPTS = pb-console +dist_pkglibexec_SCRIPTS = pb-console sbin_PROGRAMS = pb-event |