guru/sys-fs/ffmpegfs/files/ffmpegfs-2.16-varcache.patch
Alexey Sokolov 83c9c1613f
sys-fs/ffmpegfs: new package, add 2.16
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
2024-07-05 18:37:32 +01:00

13 lines
257 B
Diff

Don't install to /var/cache
--- a/Makefile.am
+++ b/Makefile.am
@@ -156,7 +156,6 @@ install-exec-hook:
echo "$(CACHEDIR) already exists."; \
else \
echo "Creating cache in $(CACHEDIR)."; \
- mkdir -p $(CACHEDIR) || true; \
fi
uninstall-hook: