File: fix-perl-lib

package info (click to toggle)
smokeping 2.7.3-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,832 kB
  • sloc: perl: 17,259; sh: 3,868; javascript: 673; xml: 293; makefile: 165
file content (14 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)