diff options
Diffstat (limited to 'resources/scripts/helpers/build/external/source')
-rwxr-xr-x | resources/scripts/helpers/build/external/source | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/scripts/helpers/build/external/source b/resources/scripts/helpers/build/external/source index 31dc2fd..e6b9209 100755 --- a/resources/scripts/helpers/build/external/source +++ b/resources/scripts/helpers/build/external/source @@ -26,7 +26,7 @@ set -u -e printf "Creating source archive for flashrom and bucts\n" # delete the old data -rm -rf tobuild +rm -Rf tobuild rm -f tobuild.tar.xz # this is where they will go @@ -68,6 +68,6 @@ cp resources/scripts/misc/powertop.trisquel7 tobuild/ tar -c tobuild | xz -9e >tobuild.tar.xz # and delete the directory -rm -rf tobuild/ +rm -Rf tobuild/ printf "\n\n" |