Search
j0ke.net Open Build Service
>
Projects
>
server:telephony
>
dahdi-tools
> dahdi-tools-perl-vendorlib.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File dahdi-tools-perl-vendorlib.patch of Package dahdi-tools (Revision 10)
Currently displaying revision
10
,
show latest
--- xpp/Makefile.orig 2009-05-01 14:51:45.000000000 +0200 +++ xpp/Makefile 2009-05-01 14:52:10.000000000 +0200 @@ -29,7 +29,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))