From: hawk Date: Fri, 25 Sep 2009 10:16:51 +0000 (+0000) Subject: - fix perl path in Makefile X-Git-Tag: auto/th/dahdi-tools-2_2_0-1~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdahdi-tools.git;a=commitdiff_plain;h=209167b73cc9cdd6f2fc0de70037a0e9032925b7 - fix perl path in Makefile Changed files: dahdi-tools-perl-path.patch -> 1.1 --- diff --git a/dahdi-tools-perl-path.patch b/dahdi-tools-perl-path.patch new file mode 100644 index 0000000..3b59272 --- /dev/null +++ b/dahdi-tools-perl-path.patch @@ -0,0 +1,13 @@ +Only in dahdi-tools-2.2.0.orig/: .#Makefile +diff -ur dahdi-tools-2.2.0.orig/xpp/Makefile dahdi-tools-2.2.0.fix/xpp/Makefile +--- dahdi-tools-2.2.0.orig/xpp/Makefile 2009-05-19 18:13:53.000000000 +0200 ++++ dahdi-tools-2.2.0.fix/xpp/Makefile 2009-09-25 12:08:09.083629101 +0200 +@@ -28,7 +28,7 @@ + DATADIR = $(datadir)/dahdi + MANDIR = $(mandir)/man8 + HOTPLUG_USB_DIR = /etc/hotplug/usb +-PERLLIBDIR := $(shell eval `perl -V:sitelib`; echo "$$sitelib") ++PERLLIBDIR := $(shell eval `perl -V:vendorlib`; echo "$$vendorlib") + PERL_DIRS := $(shell cd perl_modules; find * -name '[A-Z]*' -type d| xargs) + PERL_MODS_PAT := *.pm $(PERL_DIRS:%=%/*.pm) + PERL_MODS := $(shell cd perl_modules; echo $(PERL_MODS_PAT))