diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2024-11-11 13:14:24 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2024-11-11 13:47:08 +0100 |
| commit | 66d968268fbda200fe8036be2462b873ac4470ad (patch) | |
| tree | 26e5f66159eaa4421c380b7e9ce3bf56cefae871 | |
| parent | 9a44f3b318d6b7017d1d3dde02b884c906195c86 (diff) | |
po: Remove ftp and rsh method
Fixes: fd3684cdbc165ceaa635ed19fcbd231f509b0179
| -rw-r--r-- | po/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 73d5ddd80..1984cd672 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -18,7 +18,7 @@ apt_add_translation_domain( TARGETS apt apt-cache apt-get apt-config apt-cdrom apt-helper apt-mark apt-private # Methods - connectlib file copy store gpgv cdrom http ftp rred rsh mirror + connectlib file copy store gpgv cdrom http rred mirror SCRIPTS ../dselect/install ../dselect/update EXCLUDE_LANGUAGES ${languages_excluded} ) |
