summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjoerg <joerg>2009-09-10 21:22:56 +0000
committerjoerg <joerg>2009-09-10 21:22:56 +0000
commitb47aae5e9bd3c87a8da69a0735f107c8a478c9d6 (patch)
tree02b3e782a56b43c2621ad27c3a0dbc383799ab26 /pkgtools
parentf8ae5fcc9bd7313ca89b8d2c8846eec2777baa51 (diff)
downloadpkgsrc-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.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";