repo.or.cz
/
phoronix-static.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
42f64c7
)
Create the extra dir before starting downloads.
author
Sebastian Pop
<
[email protected]
>
Mon, 27 Jun 2011 18:00:25 +0000
(27 13:00 -0500)
committer
Sebastian Pop
<
[email protected]
>
Mon, 27 Jun 2011 18:00:25 +0000
(27 13:00 -0500)
install-extra.sh
patch
|
blob
|
blame
|
history
diff --git
a/install-extra.sh
b/install-extra.sh
index
bbb4957
..
dedf7e2
100755
(executable)
--- a/
install-extra.sh
+++ b/
install-extra.sh
@@
-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