diff options
author | Timo Sirainen <cras@irssi.org> | 2002-03-01 19:56:50 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-03-01 19:56:50 +0000 |
commit | dd00622d39ef77032f4806523b1acaa60f3ebffa (patch) | |
tree | 01913cf7e4ca82a18d1e87ff12fc00bf8f682d61 /src | |
parent | 3376b9d752c4c88a1499238c678815915cf48ef0 (diff) | |
download | irssi-dd00622d39ef77032f4806523b1acaa60f3ebffa.zip |
scripts should be looked from share dir, not lib dir.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2534 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src')
-rw-r--r-- | src/perl/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perl/Makefile.am b/src/perl/Makefile.am index 35118ba1..89fc3263 100644 --- a/src/perl/Makefile.am +++ b/src/perl/Makefile.am @@ -20,7 +20,7 @@ INCLUDES = \ -I$(top_srcdir)/src/core \ -I$(top_srcdir)/src/fe-common/core \ $(GLIB_CFLAGS) \ - -DSCRIPTDIR=\""$(libdir)/irssi/scripts"\" \ + -DSCRIPTDIR=\""$(datadir)/irssi/scripts"\" \ -DPERL_USE_LIB=\""$(PERL_USE_LIB)"\" \ -DPERL_STATIC_LIBS=$(PERL_STATIC_LIBS) \ $(PERL_CFLAGS) |