vyos-build/scripts/import-local-packages
Daniil Baturin e119d44d2b 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.
2016-12-21 22:24:54 +01:00

7 lines
112 B
Bash
Executable File

#!/bin/sh
LOCAL_PKG_DIR=build/config/packages.chroot
mkdir -p $LOCAL_PKG_DIR
cp packages/*.deb $LOCAL_PKG_DIR