From 5e733dff5258683135fd97d8894992fc562d4dce Mon Sep 17 00:00:00 2001 From: Alex Stewart Date: Mon, 17 Feb 2020 17:57:34 -0600 Subject: [PATCH] Makefile: add opkg-feed to UTILS * Add the opkg-feed script to UTILS so that it is installed with a `make install`. * Clean up the UTILS variable declaration to be a little more diffable. Signed-off-by: Alex Stewart Signed-off-by: Alejandro del Castillo --- Makefile | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 817a8c1..4049654 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,17 @@ -UTILS = opkg-build opkg-unbuild opkg-make-index opkg.py opkg-list-fields \ - arfile.py opkg-buildpackage opkg-diff opkg-extract-file opkg-show-deps \ - opkg-compare-indexes update-alternatives +UTILS = \ + arfile.py \ + opkg-build \ + opkg-buildpackage \ + opkg-compare-indexes \ + opkg-diff \ + opkg-extract-file \ + opkg-feed \ + opkg-list-fields \ + opkg-make-index \ + opkg-show-deps \ + opkg-unbuild \ + opkg.py \ + update-alternatives MANPAGES = opkg-build.1