mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
13 lines
259 B
Diff
13 lines
259 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:
|