pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/32326



The following reply was made to PR pkg/32326; it has been noted by GNATS.

From: "Christoph Egger" <Christoph_Egger%gmx.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/32326
Date: Wed, 05 Mar 2008 06:59:26 +0100

 This diff fixes this PR:
 
 Index: pkgtools/pkg_chk/files/pkg_chk.sh
 ===================================================================
 RCS file: /cvsroot/pkgsrc/pkgtools/pkg_chk/files/pkg_chk.sh,v
 retrieving revision 1.55
 diff -u -p -r1.55 pkg_chk.sh
 --- pkgtools/pkg_chk/files/pkg_chk.sh   24 Feb 2008 21:58:13 -0000      1.55
 +++ pkgtools/pkg_chk/files/pkg_chk.sh   5 Mar 2008 05:55:05 -0000
 @@ -158,7 +158,8 @@ extract_pkg_vars()
  
  extract_variables()
      {
 -    extract_mk_var PKGSRCDIR /usr/pkgsrc
 +    extract_mk_var LOCALBASE /usr
 +    extract_mk_var PKGSRCDIR ${LOCALBASE}/pkgsrc
      if [ ! -d $PKGSRCDIR -a -z "$opt_b" ] ; then
         fatal "Unable to locate PKGSRCDIR ($PKGSRCDIR)"
      fi
 
 
 -- 
 Greetings,
 
 Christoph
 
 


Home | Main Index | Thread Index | Old Index