1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-22 22:20:56 +02:00

Switch to system call for debig

This commit is contained in:
Pavel Odintsov 2015-08-03 10:26:41 +02:00
parent 3c277f3e1e
commit 6beaf741b3

View File

@ -232,8 +232,8 @@ sub install_ndpi {
}
print "Configure nDPI\n";
`./autogen.sh`;
`./configure --prefix=/opt/ndpi`;
system("./autogen.sh");
system("./configure --prefix=/opt/ndpi");
if ($? != 0) {
print "Configure failed\n";