From 42596573cfd35557edd0ffd0ed0d73bccdc09a7f Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 21 Sep 2013 17:01:01 +0200 Subject: [PATCH] debian/bin/init-reprepro.sh: Respect foreign architectures. --- debian/bin/init-reprepro.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/bin/init-reprepro.sh b/debian/bin/init-reprepro.sh index ff14f5b..bd30958 100755 --- a/debian/bin/init-reprepro.sh +++ b/debian/bin/init-reprepro.sh @@ -63,7 +63,7 @@ if test ! -d "$repo"; then mkdir -p "$repo/conf" mkdir -p "$repo/morgue" - arch=`dpkg --print-architecture` + arch="`dpkg --print-architecture` `dpkg --print-foreign-architectures`" cat >"$repo/conf/distributions" <