Search
j0ke.net Open Build Service
>
Projects
>
server:telephony
>
zaptel
> zaptel-perl_vendorlib.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File zaptel-perl_vendorlib.patch of Package zaptel
--- kernel/xpp/utils/Makefile.orig 2009-04-30 22:10:33.000000000 +0200 +++ kernel/xpp/utils/Makefile 2009-04-30 22:11:00.000000000 +0200 @@ -30,7 +30,7 @@ MANDIR = $(mandir)/man8 HOTPLUG_USB_DIR = /etc/hotplug/usb UDEV_RULES_DIR = /etc/udev/rules.d -PERLLIBDIR := $(shell eval `perl -V:sitelib`; echo "$$sitelib") +PERLLIBDIR := $(shell eval `perl -V:vendorlib`; echo "$$vendorlib") PERL_DIRS := $(shell cd zconf; find * -name '[A-Z]*' -type d| xargs) PERL_MODS_PAT := *.pm $(PERL_DIRS:%=%/*.pm) PERL_MODS := $(shell cd zconf; echo $(PERL_MODS_PAT))