diff options
author | Chris <xchrisx@uber.space> | 2020-04-27 15:15:57 +0200 |
---|---|---|
committer | Chris <xchrisx@uber.space> | 2020-04-27 15:15:57 +0200 |
commit | 258e9ede0c036ccb29747f25ec3bbbc6b2afeb92 (patch) | |
tree | d3e702fa129764e11c9e22f2c07c0453c90535e1 /README.md | |
parent | 1921c77796b1310fbb019274e5ac3fb75378a595 (diff) | |
download | tde-packaging-gentoo-258e9ede0c036ccb29747f25ec3bbbc6b2afeb92.tar.gz tde-packaging-gentoo-258e9ede0c036ccb29747f25ec3bbbc6b2afeb92.zip |
README: Improve command for rebuilding the live ebuilds.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |