diff options
author | joerg <joerg> | 2009-09-10 21:22:56 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-09-10 21:22:56 +0000 |
commit | b47aae5e9bd3c87a8da69a0735f107c8a478c9d6 (patch) | |
tree | 02b3e782a56b43c2621ad27c3a0dbc383799ab26 /pkgtools | |
parent | f8ae5fcc9bd7313ca89b8d2c8846eec2777baa51 (diff) | |
download | pkgsrc-b47aae5e9bd3c87a8da69a0735f107c8a478c9d6.tar.gz |
SuSE packages live in suse100 nowadays and for Python pick 2.6.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/pkglint.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl index aae7aafc749..7840eedd20a 100644 --- a/pkgtools/pkglint/files/pkglint.pl +++ b/pkgtools/pkglint/files/pkglint.pl @@ -1,5 +1,5 @@ #! @PERL@ -# $NetBSD: pkglint.pl,v 1.819 2009/07/26 21:03:19 rillig Exp $ +# $NetBSD: pkglint.pl,v 1.820 2009/09/10 21:22:56 joerg Exp $ # # pkglint - static analyzer and checker for pkgsrc packages @@ -2512,8 +2512,8 @@ sub resolve_relative_path($$) { $relpath =~ s,\$\{\.CURDIR\},.,; $relpath =~ s,\$\{\.PARSEDIR\},.,; $relpath =~ s,\$\{PHPPKGSRCDIR\},../../lang/php5,; - $relpath =~ s,\$\{SUSE_DIR_PREFIX\},suse91,; - $relpath =~ s,\$\{PYPKGSRCDIR\},../../lang/python23,; + $relpath =~ s,\$\{SUSE_DIR_PREFIX\},suse100,; + $relpath =~ s,\$\{PYPKGSRCDIR\},../../lang/python26,; $relpath =~ s,\$\{FILESDIR\},$filesdir, if defined($filesdir); if ($adjust_depth && $relpath =~ m"^\.\./\.\./([^.].*)$") { $relpath = "${cur_pkgsrcdir}/$1"; |