From e119d44d2bc5b0fc8daa7a208199ad9448427af7 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Wed, 21 Dec 2016 22:24:54 +0100 Subject: T229: automatically import locally build .deb's from packages/ at build time. Made it a separate script, if we ever need anything fancier than cp *.deb If not, we can move it to the makefile. --- scripts/import-local-packages | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/import-local-packages (limited to 'scripts') diff --git a/scripts/import-local-packages b/scripts/import-local-packages new file mode 100755 index 00000000..be8e1688 --- /dev/null +++ b/scripts/import-local-packages @@ -0,0 +1,6 @@ +#!/bin/sh + +LOCAL_PKG_DIR=build/config/packages.chroot + +mkdir -p $LOCAL_PKG_DIR +cp packages/*.deb $LOCAL_PKG_DIR -- cgit v1.2.3