Skip to content

Commit bf07207

Browse files
committed
Fix copy path
1 parent 0d71d8b commit bf07207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/extension/snmp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function patchBeforeBuildconf(): bool
1616
{
1717
// Overwrite m4 config using newer PHP version
1818
if ($this->builder->getPHPVersionID() < 80400) {
19-
FileSystem::copy(ROOT_DIR . '/src/global/extra/snmp-ext-config-old.m4', "{$this->source_dir}/config.m4");
19+
FileSystem::copy(ROOT_DIR . '/src/globals/extra/snmp-ext-config-old.m4', "{$this->source_dir}/config.m4");
2020
}
2121
$libs = implode(' ', PkgConfigUtil::getLibsArray('netsnmp'));
2222
FileSystem::replaceFileStr(

0 commit comments

Comments
 (0)