diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-11-29 20:52:56 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-11-30 08:59:53 +0100 |
commit | ec5f74cb449f4175c028cd8bca5592d7672b2e0c (patch) | |
tree | ba84c57380a02e9ecff5e3ca72b4dfcf2f24fd8f /source/e | |
parent | 6d1a4c21901f1ffa1b3ac962c0bcc5d182c58bfe (diff) | |
download | current-ec5f74cb449f4175c028cd8bca5592d7672b2e0c.tar.gz |
Sun Nov 29 20:52:56 UTC 202020201129205256
ap/vim-8.2.2069-x86_64-1.txz: Upgraded.
e/emacspeak-53.0-x86_64-1.txz: Upgraded.
x/fontconfig-2.13.93-x86_64-1.txz: Upgraded.
xap/vim-gvim-8.2.2069-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/e')
-rwxr-xr-x | source/e/emacspeak/prune-unneeded-files.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/e/emacspeak/prune-unneeded-files.sh b/source/e/emacspeak/prune-unneeded-files.sh index 6acef88d..b78b6872 100755 --- a/source/e/emacspeak/prune-unneeded-files.sh +++ b/source/e/emacspeak/prune-unneeded-files.sh @@ -37,6 +37,9 @@ tar xf ${PKGNAM}-${VERSION}.tar.bz2 || exit 1 # Drop the Makefile in etc/: rm -f ${PKGNAM}-${VERSION}/etc/Makefile +# More cruft: +rm -rf ${PKGNAM}-${VERSION}/.ccls-cache + # Repack as .tar.lz: rm -f ${PKGNAM}-${VERSION}.tar tar cf ${PKGNAM}-${VERSION}.tar ${PKGNAM}-${VERSION} |