summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/external/source
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-06-06 21:58:19 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-06-06 21:58:19 (EDT)
commit52b05b1595415f60cf8a73931db23cf500f0956b (patch)
treeae91fdebbbf3bc099ca650a5de6ff18f86a4cbdc /resources/scripts/helpers/build/external/source
parent061518cfbefb15e123536db2aaed289fea78b89e (diff)
downloadlibreboot-52b05b1595415f60cf8a73931db23cf500f0956b.zip
libreboot-52b05b1595415f60cf8a73931db23cf500f0956b.tar.gz
libreboot-52b05b1595415f60cf8a73931db23cf500f0956b.tar.bz2
Replace cp -r with cp -R
Today I learned that -R is portable, -r is not.
Diffstat (limited to 'resources/scripts/helpers/build/external/source')
-rwxr-xr-xresources/scripts/helpers/build/external/source8
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/scripts/helpers/build/external/source b/resources/scripts/helpers/build/external/source
index 520a004..31dc2fd 100755
--- a/resources/scripts/helpers/build/external/source
+++ b/resources/scripts/helpers/build/external/source
@@ -33,22 +33,22 @@ rm -f tobuild.tar.xz
mkdir tobuild
# flashrom
-cp -r flashrom/ tobuild/
+cp -R flashrom/ tobuild/
cd tobuild/flashrom/
rm -f flashrom_lenovobios_sst flashrom_lenovobios_macronix
make clean
cd ../../
mkdir tobuild/resources/
mkdir tobuild/resources/flashrom/
-cp -r resources/flashrom/patch/ tobuild/resources/flashrom/
+cp -R resources/flashrom/patch/ tobuild/resources/flashrom/
# bucts
-cp -r bucts tobuild/
+cp -R bucts tobuild/
cd tobuild/bucts/
make clean
cd ../../
mkdir tobuild/resources/bucts/
-cp -r resources/bucts/patch/ tobuild/resources/bucts/
+cp -R resources/bucts/patch/ tobuild/resources/bucts/
# the build script will be needed
cp build tobuild/