projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8e81a9
)
setup-all-dchroots: fix architecture list generation
author
Aurelien Jarno
<aurelien@aurel32.net>
Mon, 20 Aug 2018 17:43:17 +0000
(19:43 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Mon, 20 Aug 2018 17:43:17 +0000
(19:43 +0200)
modules/schroot/files/setup-all-dchroots
patch
|
blob
|
history
diff --git
a/modules/schroot/files/setup-all-dchroots
b/modules/schroot/files/setup-all-dchroots
index
ec98163
..
c6efbb1
100755
(executable)
--- a/
modules/schroot/files/setup-all-dchroots
+++ b/
modules/schroot/files/setup-all-dchroots
@@
-142,7
+142,7
@@
fi
# get list of archs based on dpkg architecture
##########
DPKGARCH=$(dpkg --print-architecture)
-archs="DPKGARCH"
+archs="
$
DPKGARCH"
case "$DPKGARCH" in
amd64)
archs="$archs i386"