diff options
author | Phil Holmes <mail@philholmes.net> | 2012-08-07 14:25:03 +0100 |
---|---|---|
committer | Phil Holmes <mail@philholmes.net> | 2012-08-07 15:22:13 +0100 |
commit | 2936a7a6c5bca895dfd5725ab2422ad1c6b3ff11 (patch) | |
tree | 583eeab96259ad89f94b93e6e6e45835c7e29134 /scripts | |
parent | 623fac8d645e4078af36758af5d437c5eb39e793 (diff) |
Linux->GNU/Linux (Issue 2651)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/build/create-weblinks-itexi.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/create-weblinks-itexi.py b/scripts/build/create-weblinks-itexi.py index c7e02ceb84..62d5afbfbd 100644 --- a/scripts/build/create-weblinks-itexi.py +++ b/scripts/build/create-weblinks-itexi.py @@ -320,11 +320,11 @@ def make_download_source(name, vstring, version, lang): def make_all_downloads(macroName, version): make_download("download"+macroName+"LinuxNormal", "linux-x86/", - "linux-x86.sh", version, "1", "Linux x86") + "linux-x86.sh", version, "1", "GNU/Linux x86") make_download("download"+macroName+"LinuxBig", "linux-64/", - "linux-64.sh", version, "1", "Linux 64") + "linux-64.sh", version, "1", "GNU/Linux 64") make_download("download"+macroName+"LinuxPPC", "linux-ppc/", - "linux-ppc.sh", version, "1", "Linux PPC") + "linux-ppc.sh", version, "1", "GNU/Linux PPC") make_download("download"+macroName+"FreeBSDNormal", "freebsd-x86/", "freebsd-x86.sh", version, "1", "FreeBSD i386") |