File: ccache

package info (click to toggle)
cruft-ng 0.9.78
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,904 kB
  • sloc: cpp: 1,748; sh: 816; python: 262; makefile: 97; ansic: 82; perl: 75
file content (7 lines) | stat: -rwxr-xr-x 156 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh

set -e

test -d "$CRUFT_ROOT/usr/lib/ccache" || exit 0

find "$CRUFT_ROOT/usr/lib/ccache/" -maxdepth 1 -type l ! -empty | sed "s#^$CRUFT_ROOT##"