15 lines
443 B
Plaintext
15 lines
443 B
Plaintext
Description: fix path for perl libs
|
|
Debian packages drop libraries in a different place than upstream
|
|
Forwarded: not-needed
|
|
Last-Update: 2019-02-10
|
|
|
|
--- smokeping-2.6.5.orig/lib/Makefile.am
|
|
+++ smokeping-2.6.5/lib/Makefile.am
|
|
@@ -31,5 +31,5 @@ MATCH := $(wildcard Smokeping/matchers/*
|
|
|
|
EXTRA_DIST = $(PM) $(SP) $(SORT) $(PROBE) $(MATCH)
|
|
|
|
-perllibdir = $(prefix)/lib
|
|
+perllibdir = $(prefix)/share/perl5
|
|
nobase_perllib_DATA = $(EXTRA_DIST)
|