diff options
| author | Félix Sipma <felix.sipma@no-log.org> | 2016-05-29 17:52:43 +0200 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-06-13 23:26:52 -0400 |
| commit | 087ccaa8fff0efc52c29fe9a92773a1d991dbe4c (patch) | |
| tree | b3903c72a04b6fbd39d5325f4da2d32d629d990b | |
| parent | 0577058a81a94950afd09b3ee5c65de01245710e (diff) | |
remove ANDROID in architectureToDebianArchString
(cherry picked from commit 39966bc40c7a15543601e417e35fbb5c6bc1d5c4)
| -rw-r--r-- | src/Propellor/Types/OS.hs | 1 |
1 files changed, 0 insertions, 1 deletions
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" |
