mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-23 22:40:38 +01:00
integrate-distro.sh: Now only tweaking uname if necessary (thus avoiding an endless loop)
Signed-off-by: Jan Lindemann <jan@jannet.de>
This commit is contained in:
parent
ebd7fc1feb
commit
11710168b6
1 changed files with 6 additions and 1 deletions
|
|
@ -1034,7 +1034,12 @@ init_root_password_file
|
||||||
|
|
||||||
case $arch in
|
case $arch in
|
||||||
i386|i586|i686)
|
i386|i586|i686)
|
||||||
l32=linux32;;
|
case `uname -m` in
|
||||||
|
i386|i586|i686);;
|
||||||
|
x86_64)
|
||||||
|
l32=linux32;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
x86_64)
|
x86_64)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue