mirror of
https://github.com/ceph/ceph
synced 2025-02-23 02:57:21 +00:00
make-debs.sh: Changed make-debs.sh to use current architecture
Signed-off-by: Daniel Glaser <the78mole@chaintronics.com>
This commit is contained in:
parent
3f3ea2aae6
commit
9f81bb8041
@ -79,7 +79,7 @@ cat > $codename/conf/distributions <<EOF
|
||||
Codename: $codename
|
||||
Suite: stable
|
||||
Components: main
|
||||
Architectures: i386 amd64 source
|
||||
Architectures: $(dpkg --print-architecture) source
|
||||
EOF
|
||||
if [ ! -e conf ]; then
|
||||
ln -s $codename/conf conf
|
||||
|
Loading…
Reference in New Issue
Block a user