summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrelease-smokeping.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release-smokeping.sh b/release-smokeping.sh
index a459d15..c9c725b 100755
--- a/release-smokeping.sh
+++ b/release-smokeping.sh
@@ -7,7 +7,7 @@ aclocal
autoconf
automake -a -c
./setup/build-perl-modules.sh /tmp/smokeping-$$-build/thirdparty
-./configure --enable-maintainer-mode --prefix=/tmp/smokeping-$$-build PERL5LIB=/scratch/oetiker/rrd-dev/lib/perl
+./configure --enable-maintainer-mode --prefix=/tmp/smokeping-$$-build PERL5LIB=/scratch/rrd-trunk/lib/perl
make install
make dist
echo READY TO SYNC ?