diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-05 20:32:15 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-05 20:32:15 +0000 |
commit | 02a26c3b814cf1971a5989bbc5bcc56cf2966866 (patch) | |
tree | 347277f2a093f529f871822104a55d07a114384a /dev/perl | |
parent | 81b7a1ee2ca740177f5453166e3ba0b876a23fbe (diff) | |
download | slackbuilds-02a26c3b814cf1971a5989bbc5bcc56cf2966866.tar.gz slackbuilds-02a26c3b814cf1971a5989bbc5bcc56cf2966866.tar.bz2 |
perl-net-ip update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@870 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'dev/perl')
-rwxr-xr-x | dev/perl/perl-net-dns/perl-net-dns.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/perl/perl-net-dns/perl-net-dns.SlackBuild b/dev/perl/perl-net-dns/perl-net-dns.SlackBuild index 81d3289a..7ce10266 100755 --- a/dev/perl/perl-net-dns/perl-net-dns.SlackBuild +++ b/dev/perl/perl-net-dns/perl-net-dns.SlackBuild @@ -76,7 +76,7 @@ cd $FILE_NAME-$VERSION # config and install! mkdir -p /install -perl Makefile.PL +perl Makefile.PL --no-online-tests make make test make install DESTDIR=$TMP/package-$PACKAGE |