Change repository to new pleace where we testing new functions

This commit is contained in:
Pavel Odintsov 2015-10-08 17:02:59 +02:00
parent bc13f83310
commit 6a06e5597a

@ -8,7 +8,7 @@ use Getopt::Long;
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/FastVPSEestiOu/fastnetmon.git';
my $fastnetmon_git_path = 'https://github.com/pavel-odintsov/fastnetmon.git';
my $temp_folder_for_building_project = `mktemp -d /tmp/fastnetmon.build.dir.XXXXXXXXXX`;
chomp $temp_folder_for_building_project;