summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 315f781)
raw | patch | inline | side by side (parent: 315f781)
author | Marc Fournier <marc@bl.uem.li> | |
Wed, 21 Feb 2018 20:55:47 +0000 (21:55 +0100) | ||
committer | Marc Fournier <marc@bl.uem.li> | |
Wed, 21 Feb 2018 20:55:52 +0000 (21:55 +0100) |
Build system changes in 5.8 moved .libs/ to parent directory.
debian/bin/check_plugins.pl | patch | blob | history |
index 9b4a94caf8f362f1640166f83aec5171af27ea53..0fa53959285ee1c6db388eec09b8439cc504d2a1 100755 (executable)
use warnings;
my $srcdir = 'src/';
-my $libdir = 'src/.libs';
+my $libdir = '.libs';
my $plugins = {};