fixup Model 01 extraction

pull/1000/head
Jesse Vincent 4 years ago
parent 72a8ba2935
commit 944e41bc6f
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -32,6 +32,8 @@ chdir($checkout_path);
`rm -rf $checkout_path/toolchain`; `rm -rf $checkout_path/toolchain`;
`rm -rf $checkout_path/etc`; `rm -rf $checkout_path/etc`;
`rm -rf $checkout_path/doc`; `rm -rf $checkout_path/doc`;
chdir("$checkout_dir/avr/libraries/");
`mv Kaleidoscope/plugins/* .`;
chdir($dir); chdir($dir);
`rm -rf $checkout_dir/avr/build-tools`; `rm -rf $checkout_dir/avr/build-tools`;
`mv $checkout_dir/avr $checkout_dir/$checkout_dir`; # A hack to get consistent naming with the old setup `mv $checkout_dir/avr $checkout_dir/$checkout_dir`; # A hack to get consistent naming with the old setup

Loading…
Cancel
Save