]> git.pld-linux.org Git - packages/dahdi-tools.git/blame - dahdi-tools-perl-path.patch
- blah, release 1
[packages/dahdi-tools.git] / dahdi-tools-perl-path.patch
CommitLineData
209167b7 1Only in dahdi-tools-2.2.0.orig/: .#Makefile
2diff -ur dahdi-tools-2.2.0.orig/xpp/Makefile dahdi-tools-2.2.0.fix/xpp/Makefile
3--- dahdi-tools-2.2.0.orig/xpp/Makefile 2009-05-19 18:13:53.000000000 +0200
4+++ dahdi-tools-2.2.0.fix/xpp/Makefile 2009-09-25 12:08:09.083629101 +0200
5@@ -28,7 +28,7 @@
6 DATADIR = $(datadir)/dahdi
7 MANDIR = $(mandir)/man8
8 HOTPLUG_USB_DIR = /etc/hotplug/usb
9-PERLLIBDIR := $(shell eval `perl -V:sitelib`; echo "$$sitelib")
10+PERLLIBDIR := $(shell eval `perl -V:vendorlib`; echo "$$vendorlib")
11 PERL_DIRS := $(shell cd perl_modules; find * -name '[A-Z]*' -type d| xargs)
12 PERL_MODS_PAT := *.pm $(PERL_DIRS:%=%/*.pm)
13 PERL_MODS := $(shell cd perl_modules; echo $(PERL_MODS_PAT))
This page took 0.035364 seconds and 4 git commands to generate.