diff options
author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2021-08-27 11:12:53 +0100 |
---|---|---|
committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2021-08-27 11:12:53 +0100 |
commit | 1f5a52eba53dda8ce964ee2dc8681cf70e9eccb8 (patch) | |
tree | f926f709637f91f312b9ad2756e3279b4f974d61 /bashrc | |
parent | Derive a gcov for the same series as GCC, doesn't have to be an exact match (diff) | |
download | util-1f5a52eba53dda8ce964ee2dc8681cf70e9eccb8.tar.bz2 util-1f5a52eba53dda8ce964ee2dc8681cf70e9eccb8.tar.xz util-1f5a52eba53dda8ce964ee2dc8681cf70e9eccb8.zip |
Show image in PORTAGE_TMPDIR, not /var/tmp
Diffstat (limited to 'bashrc')
-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 */* ) |