Create the extra dir before starting downloads.
authorSebastian Pop <[email protected]>
Mon, 27 Jun 2011 18:00:25 +0000 (27 13:00 -0500)
committerSebastian Pop <[email protected]>
Mon, 27 Jun 2011 18:00:25 +0000 (27 13:00 -0500)
install-extra.sh

index bbb4957..dedf7e2 100755 (executable)
@@ -12,6 +12,7 @@
 # GNU General Public License for more details.  A copy of this license
 # can be downloaded from http://www.gnu.org/copyleft/gpl.html
 
+mkdir -p extra
 cd extra
 
 if ! wget http://www.phoronix-test-suite.com/benchmark-files/pts-sample-photos-2.tar.bz2; then