We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d395cd commit 285bbc2Copy full SHA for 285bbc2
tool/update-docs.pl
@@ -53,9 +53,7 @@ sub update_packaging_specs {
53
$content =~ s/for i in.*?;\s*do/$for_in/ms;
54
$content;
55
};
56
- replace $_, $replace_sub for ("packaging/rpm/$PACKAGE_NAME*.spec", "packaging/deb*/debian/rules");
57
-
58
- path('packaging/deb/debian/source/include-binaries')->spew(join("\n", map { "debian/$PLUGIN_PREFIX$_" } @plugins) . "\n");
+ replace $_, $replace_sub for ("packaging/rpm/$PACKAGE_NAME*.spec", "packaging/deb-v2/debian/rules");
59
}
60
61
sub load_packaging_confg {
0 commit comments