commit
This commit is contained in:
14
debian/patches/fix-perl-lib
vendored
Normal file
14
debian/patches/fix-perl-lib
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user