mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
sys-cluster/libi: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
11
sys-cluster/libi/files/libi-create-libdir.patch
Normal file
11
sys-cluster/libi/files/libi-create-libdir.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- 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 ; \
|
||||
Reference in New Issue
Block a user