projects
/
neurodebian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a229a4
)
Allow for NeuroDebian+Ubuntu cows to be build.
author
Michael Hanke
<michael.hanke@gmail.com>
Thu, 3 Sep 2009 20:19:39 +0000
(16:19 -0400)
committer
Michael Hanke
<michael.hanke@gmail.com>
Thu, 3 Sep 2009 20:19:39 +0000
(16:19 -0400)
tools/nd_cmdsettings.sh
patch
|
blob
|
history
diff --git
a/tools/nd_cmdsettings.sh
b/tools/nd_cmdsettings.sh
index 6a5103a9cf4b45c8925541d59668239d50c6a89c..92871d433b38e8094c1e6eb435e547d8aacbd6ba 100755
(executable)
--- a/
tools/nd_cmdsettings.sh
+++ b/
tools/nd_cmdsettings.sh
@@
-27,7
+27,7
@@
components="main contrib non-free"
mirror="http://debian.lcs.mit.edu/debian"
# overwrite necessary bits for ubuntu
-if [ "$
family
" = "ubuntu" ]; then
+if [ "$
{family#nd+}
" = "ubuntu" ]; then
aptcache="${cowbuilderroot}/ubuntu_aptcache"
components="main universe"
mirror="http://ubuntu.media.mit.edu/ubuntu"