From 087ccaa8fff0efc52c29fe9a92773a1d991dbe4c Mon Sep 17 00:00:00 2001 From: FĂ©lix Sipma Date: Sun, 29 May 2016 17:52:43 +0200 Subject: remove ANDROID in architectureToDebianArchString (cherry picked from commit 39966bc40c7a15543601e417e35fbb5c6bc1d5c4) --- src/Propellor/Types/OS.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Propellor/Types/OS.hs b/src/Propellor/Types/OS.hs index 9cca56fe..ad0a7185 100644 --- a/src/Propellor/Types/OS.hs +++ b/src/Propellor/Types/OS.hs @@ -107,7 +107,6 @@ architectureToDebianArchString X86_64 = "amd64" architectureToDebianArchString X86_32 = "i386" architectureToDebianArchString ARMHF = "armhf" architectureToDebianArchString ARMEL = "armel" -architectureToDebianArchString ANDROID = "android" architectureToDebianArchString PPC = "powerpc" architectureToDebianArchString PPC64 = "ppc64el" architectureToDebianArchString SPARC = "sparc" -- cgit v1.2.3