Fix typo in installer

This commit is contained in:
Pavel Odintsov 2014-12-01 12:36:05 +04:00
parent 4e88faa428
commit 7a9a160bbe

@ -118,10 +118,10 @@ sub install {
print "Clone FastNetMon repo\n";
chdir "/usr/src";
`git clone $fastnetmon_git_path`;
`git clone /usr/src/fastnetmon`;
`mkdir $fastnetmon_git_path/build`;
chdir "$fastnetmon_git_path/build";
`mkdir /usr/src/fastnetmon/build`;
chdir "/usr/src/fastnetmon/build";
`cmake ..`;
`make`;