diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-24 22:10:23 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-24 22:10:23 -0300 |
commit | f467518e7c9ba47f0901b0089634aaa4ac07f2d7 (patch) | |
tree | ddce09a2b5184e9c06041defeea3edf2ef83eb23 /pcr/debootstrap/debootstrap.install | |
parent | b0d1824cc06e8d1043857fb79b6f9323eddbfd92 (diff) |
debootstrap-1.0.53-3: updating version
Diffstat (limited to 'pcr/debootstrap/debootstrap.install')
-rw-r--r-- | pcr/debootstrap/debootstrap.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/debootstrap/debootstrap.install b/pcr/debootstrap/debootstrap.install index 85a99f160..3da2f1d22 100644 --- a/pcr/debootstrap/debootstrap.install +++ b/pcr/debootstrap/debootstrap.install @@ -1,7 +1,7 @@ post_install() { if [ "$(uname -m)" = "x86_64" ]; then darch="amd64" - elif [ "$(uname -m)" = "i386" ]; then + elif [ "$(uname -m)" = "i686" ]; then darch="i386" else darch="mips64el" |