diff options
author | Daniel Baumann <daniel@debian.org> | 2009-12-09 21:54:41 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:03 +0100 |
commit | 352d962ee88f559ee19ec57732665ef583221fd9 (patch) | |
tree | b2c6db6bf054ec0fdf2cdce3af4f96c62a7f86ab /helpers/lh_binary_memtest | |
parent | 25c38a043ed102b7d636432425b4cc0aade6a156 (diff) | |
download | live-build-352d962ee88f559ee19ec57732665ef583221fd9.zip live-build-352d962ee88f559ee19ec57732665ef583221fd9.tar.gz |
Removing lpia support, this architecture is dead.
Diffstat (limited to 'helpers/lh_binary_memtest')
-rwxr-xr-x | helpers/lh_binary_memtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_memtest b/helpers/lh_binary_memtest index cfe455c..98a3be5 100755 --- a/helpers/lh_binary_memtest +++ b/helpers/lh_binary_memtest @@ -42,7 +42,7 @@ Check_lockfile .lock # Creating lock file Create_lockfile .lock -if [ "${LH_ARCHITECTURE}" != "amd64" ] && [ "${LH_ARCHITECTURE}" != "i386" ] && [ "${LH_ARCHITECTURE}" != "lpia" ] +if [ "${LH_ARCHITECTURE}" != "amd64" ] && [ "${LH_ARCHITECTURE}" != "i386" ] then Echo_warning "skipping binary_memtest, foreign architecture." exit 0 |