Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/plugins/plugin_builder.pl‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
if($inConfigFile){
141141
if(/^\s*\]\)*/){
142142
# write our entry
143-
print CONFIGUREINMOD "\tplugins/$pluginDir/Makefile\n";
143+
print CONFIGUREINMOD "\tsrc/plugins/$pluginDir/Makefile\n";
144144
$inConfigFile = 0;
145145
}
146146
}

0 commit comments

Comments
 (0)
Please sign in to comment.