1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00

check if we're running perl 5.00x - if so, don't define the INSTALLDIRS

since it breaks make install.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1660 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-07-28 22:59:59 +00:00 committed by cras
parent 0515b00f98
commit 2bc284c77e

4
debian/rules vendored
View File

@ -23,8 +23,10 @@ configure-stamp:
build: configure-stamp build-stamp
build-stamp:
dh_testdir
if test -z "`perl -v|grep '5\.0'`"; then \
PERL_MM_OPT=INSTALLDIRS=vendor \
$(MAKE) CFLAGS="-O2 -g -Wall" PERL_LIB_DIR=
$(MAKE) CFLAGS="-O2 -g -Wall" PERL_LIB_DIR= ; else \
$(MAKE) CFLAGS="-O2 -g -Wall" PERL_LIB_DIR= ; fi
touch build-stamp
clean: