]> git.pld-linux.org Git - packages/dahdi-tools.git/blame - dahdi-tools-perl-path.patch
- updated to 2.9.0.1
[packages/dahdi-tools.git] / dahdi-tools-perl-path.patch
CommitLineData
fdd76368 1diff -ur dahdi-tools-2.3.0.orig/xpp/Makefile dahdi-tools-2.3.0.fix/xpp/Makefile
2--- dahdi-tools-2.3.0.orig/xpp/Makefile.orig 2010-03-07 08:45:12.000000000 +0100
3+++ dahdi-tools-2.3.0.fix/xpp/Makefile 2010-04-16 14:22:16.742179606 +0200
209167b7 4@@ -28,7 +28,7 @@
5 DATADIR = $(datadir)/dahdi
6 MANDIR = $(mandir)/man8
fdd76368 7 HOTPLUG_USB_DIR = $(sysconfdir)/hotplug/usb
209167b7 8-PERLLIBDIR := $(shell eval `perl -V:sitelib`; echo "$$sitelib")
9+PERLLIBDIR := $(shell eval `perl -V:vendorlib`; echo "$$vendorlib")
10 PERL_DIRS := $(shell cd perl_modules; find * -name '[A-Z]*' -type d| xargs)
11 PERL_MODS_PAT := *.pm $(PERL_DIRS:%=%/*.pm)
12 PERL_MODS := $(shell cd perl_modules; echo $(PERL_MODS_PAT))
This page took 0.051255 seconds and 4 git commands to generate.