summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2020-04-27 15:15:57 +0200
committerChris <xchrisx@uber.space>2020-04-27 15:15:57 +0200
commit258e9ede0c036ccb29747f25ec3bbbc6b2afeb92 (patch)
treed3e702fa129764e11c9e22f2c07c0453c90535e1
parent1921c77796b1310fbb019274e5ac3fb75378a595 (diff)
downloadtde-packaging-gentoo-258e9ede.tar.gz
tde-packaging-gentoo-258e9ede.zip
README: Improve command for rebuilding the live ebuilds.
Signed-off-by: Chris <xchrisx@uber.space>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d47a71ce..872b324a 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ If you want to use TDM (KDM replacement of TDE), just don't forget to change ```
From time to time it is an good idea to update your TDE live install, because as it is build from [master branch](https://mirror.git.trinitydesktop.org/patches/), there are changes nearly every day. If you don't know how this changes are related and your last re-build was some time ago, the best is to rebuild TDE fully. You can simply do that with the following chain of commands. First make sure you have emerged ``` gentoolkit ``` and use that command that should re-build nearly all TDE related packages:
-``` emerge --oneshot tqt && emerge --oneshot tqtinterface && emerge --oneshot arts && emerge --oneshot tdelibs && emerge -a --oneshot `equery depends tdelibs|awk '{print " ="$1}'` ```
+``` emerge -av1 tqt tqtinterface dbus-1-tqt arts tdelibs && emerge -av1 `equery depends tdelibs|awk '{print " ="$1}'` ```
That should bring your TDE install in a fairly consistent state again.