summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-09-10 21:22:56 +0000
committerjoerg <joerg@pkgsrc.org>2009-09-10 21:22:56 +0000
commitaf40b242b17116bcb7988541f1e9e0a636f74a1b (patch)
tree02b3e782a56b43c2621ad27c3a0dbc383799ab26 /pkgtools/pkglint
parent148cd7d266fcd46135c4f258960815acc7da03c9 (diff)
downloadpkgsrc-af40b242b17116bcb7988541f1e9e0a636f74a1b.tar.gz
SuSE packages live in suse100 nowadays and for Python pick 2.6.
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r--pkgtools/pkglint/files/pkglint.pl6
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";