mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
13 lines
257 B
Diff
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:
|