You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/3.6/3_ac_install_live/1-merge/dev-util/ccache/ccache.sh

8 lines
222 B

# Calculate comment=# path=/etc/bash/bashrc.d
#!/bin/bash
# set cache directory for root user
if [[ ${EUID} == 0 ]] ; then
export CCACHE_DIR="$((source <(cat /etc/portage/make.conf/*) ;echo $CCACHE_DIR) 2>/dev/null)"
fi