mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
fix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1678 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
c4fe917be3
commit
4740336c3f
@ -104,7 +104,7 @@ all-local:
|
||||
if [ "x$(PERL_LIB_DIR)" = "x" ]; then \
|
||||
$(perlpath) Makefile.PL; \
|
||||
else \
|
||||
$(perlpath) Makefile.PL LIB=$(PERL_LIB_DIR) PREFIX=$(PERL_LIB_DIR) INSTALLDIRS=perl; \
|
||||
$(perlpath) Makefile.PL PREFIX=$(PERL_LIB_DIR) INSTALLDIRS=perl; \
|
||||
fi; \
|
||||
fi && \
|
||||
($(MAKE) || $(MAKE)) && \
|
||||
|
Loading…
Reference in New Issue
Block a user