diff options
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ showimage() { local pkg pkg=$1 pkg="${pkg:=*/*}" - cd /var/tmp/portage/$pkg-*/image || return 1 + cd $(portageq envvar PORTAGE_TMPDIR)/portage/$pkg-*/image || return 1 find . -not -type d -print0 | xargs -0r ls -lvhF --color=auto du -shc */* ) |