projects
/
neurodebian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be23a86
)
make all leading dirs to aptcache as well
author
Yaroslav Halchenko
<debian@onerussian.com>
Thu, 27 Oct 2011 22:26:05 +0000
(18:26 -0400)
committer
Yaroslav Halchenko
<debian@onerussian.com>
Thu, 27 Oct 2011 22:26:05 +0000
(18:26 -0400)
cmdsettings.sh
patch
|
blob
|
history
diff --git
a/cmdsettings.sh
b/cmdsettings.sh
index 3c1041423b678a1dc337307b539c30f879bc2f8c..3466c7835d60e44383c154fa1d32a8da311aae42 100644
(file)
--- a/
cmdsettings.sh
+++ b/
cmdsettings.sh
@@
-22,4
+22,4
@@
if [ "${family#nd+}" = "ubuntu" ]; then
mirror="http://ubuntu.media.mit.edu/ubuntu"
fi
-if [ ! -d $aptcache ]; then mkdir $aptcache; fi
+if [ ! -d $aptcache ]; then mkdir
-p
$aptcache; fi