diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-07-24 23:28:15 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-07-24 23:28:15 +0900 |
commit | 55d493de587a08b20eec26ada3cdad49c8329cf9 (patch) | |
tree | 06893a8d098a183bcb2585a72e46df9f3f2311e3 | |
parent | 7e05a8b13a137f60600a3694c7a9091752cd7162 (diff) | |
download | tde-packaging-55d493de587a08b20eec26ada3cdad49c8329cf9.tar.gz tde-packaging-55d493de587a08b20eec26ada3cdad49c8329cf9.zip |
DEB/UBU build scripts: fixed typo in README.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | debian/_buildscripts/local/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/_buildscripts/local/README.txt b/debian/_buildscripts/local/README.txt index 1e12a01b9..d4434444b 100644 --- a/debian/_buildscripts/local/README.txt +++ b/debian/_buildscripts/local/README.txt @@ -89,7 +89,7 @@ A) Environment preparation # --- SLAVEK BANKO'S EXTRA DEPENDENCIES REPOSITORY --- deb http://mirror.ppa.trinitydesktop.org/trinity-sb <YOUR DISTRO> deps-r14 For example: - deb http://mirror.ppa.trinitydesktop.org/trinity-sb buster deps + deb http://mirror.ppa.trinitydesktop.org/trinity-sb buster deps-r14 - install package dirmngr if required - import Slavek's GPG key into your apt keyring sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-key A04BE668 |