1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-23 09:12:14 +01:00

Merge pull request #531 from elmaxid/master

fix line 12 install.pl, remove 1.
This commit is contained in:
Pavel Odintsov 2016-07-05 21:42:55 +03:00 committed by GitHub
commit 5fab4f56c0

@ -9,7 +9,7 @@ my $pf_ring_version = '6.0.3';
my $pf_ring_url = "https://github.com/ntop/PF_RING/archive/v$pf_ring_version.tar.gz";
my $fastnetmon_git_path = 'https://github.com/pavel-odintsov/fastnetmon.git';
1.
my $temp_folder_for_building_project = `mktemp -d /tmp/fastnetmon.build.dir.XXXXXXXXXX`;
chomp $temp_folder_for_building_project;