Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 321353 | Differences between
and this patch

Collapse All | Expand All

(-)dahdi-tools-2.3.0.ORIG/xpp/Makefile (-1 / +1 lines)
Lines 28-34 Link Here
28
DATADIR		= $(datadir)/dahdi
28
DATADIR		= $(datadir)/dahdi
29
MANDIR		= $(mandir)/man8
29
MANDIR		= $(mandir)/man8
30
HOTPLUG_USB_DIR	= $(sysconfdir)/hotplug/usb
30
HOTPLUG_USB_DIR	= $(sysconfdir)/hotplug/usb
31
PERLLIBDIR	:= $(shell eval `perl -V:sitelib`; echo "$$sitelib")
31
PERLLIBDIR	:= $(shell eval `perl -V:vendorlib`; echo "$$vendorlib")
32
PERL_DIRS	:= $(shell cd perl_modules; find * -name '[A-Z]*' -type d| xargs)
32
PERL_DIRS	:= $(shell cd perl_modules; find * -name '[A-Z]*' -type d| xargs)
33
PERL_MODS_PAT	:= *.pm $(PERL_DIRS:%=%/*.pm)
33
PERL_MODS_PAT	:= *.pm $(PERL_DIRS:%=%/*.pm)
34
PERL_MODS	:= $(shell cd perl_modules; echo $(PERL_MODS_PAT))
34
PERL_MODS	:= $(shell cd perl_modules; echo $(PERL_MODS_PAT))

Return to bug 321353