diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-15 06:09:30 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-15 06:09:30 +0000 |
commit | d705a0fdf5a4ebd961c831ffbf39a5fd46a80fc4 (patch) | |
tree | cf81693c47087e36f1ec61d993a510c88d5e0cc5 /resources/scripts/helpers/build/release | |
parent | f6f17494743976326d151bf866b22b6a1b33d5a7 (diff) | |
download | librebootfr-d705a0fdf5a4ebd961c831ffbf39a5fd46a80fc4.tar.gz librebootfr-d705a0fdf5a4ebd961c831ffbf39a5fd46a80fc4.zip |
Move grub-background to resources/scripts/misc/grub-background
Diffstat (limited to 'resources/scripts/helpers/build/release')
-rwxr-xr-x | resources/scripts/helpers/build/release/archives | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/release/archives b/resources/scripts/helpers/build/release/archives index 7aee090b..87406fb9 100755 --- a/resources/scripts/helpers/build/release/archives +++ b/resources/scripts/helpers/build/release/archives @@ -329,7 +329,7 @@ cp flash libreboot_util/ cp ich9macchange libreboot_util/ # for changing the GRUB background -cp grub-background libreboot_util/ +cp resources/scripts/misc/grub-background libreboot_util/ # ### Create the release tarballs # ---------------------------------------------------------------------------------------------------------------------------- |