mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 18:13:10 -04:00
12 lines
307 B
Diff
12 lines
307 B
Diff
--- a/conf/Makefile.in
|
|
+++ b/conf/Makefile.in
|
|
@@ -92,7 +92,7 @@
|
|
|
|
libi-prep:
|
|
@echo Creating Pre-Install directories ...
|
|
- for dir in $(OBJDIR) $(DEPDIR) ; do \
|
|
+ for dir in $(OBJDIR) $(DEPDIR) $(LIBDIR) ; do \
|
|
if [ ! -d $$dir ] ; then \
|
|
$(MKDIR_P) $$dir ; \
|
|
chmod 755 $$dir ; \
|