Skip to content
Snippets Groups Projects
Commit 3688bf2e authored by David Bauer's avatar David Bauer
Browse files

scripts: remove temporary output directory

parent 224d0aa7
No related branches found
No related tags found
No related merge requests found
......@@ -92,5 +92,6 @@ if (env.GLUON_DEVICES or '') == '' then
lib.exec {'rm', '-f', dest_dir('\0')..'/\0'}
lib.exec({'rmdir', '-p', dest_dir('\0')}, true, '2>/dev/null')
mkdir(dest_dir(package_prefix))
lib.exec {'rm', '-rf', 'openwrt/bin/targets/'..bindir..'/packages/tmp'}
lib.exec {'cp', 'openwrt/bin/targets/'..bindir..'/packages/\0', dest_dir(package_prefix)}
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment