pkgsrc-Bugs archive

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

Re: pkg/45085: pkgtools/pkgin use MAKE_DIRS instead of @exec ${MKDIR}



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

From: Thomas Cort <tcort%minix3.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/45085: pkgtools/pkgin use MAKE_DIRS instead of @exec
 ${MKDIR}
Date: Mon, 20 Jun 2011 11:00:23 -0400

 > Isn't the OWN_DIRS enough? E.g. just drop the @exec from the PLIST?
 
 I just tested it without MAKE_DIRS. You are correct, OWN_DIRS is enough.
 
 diff --git a/pkgtools/pkgin/PLIST b/pkgtools/pkgin/PLIST
 index d7c158b..0c80468 100644
 --- a/pkgtools/pkgin/PLIST
 +++ b/pkgtools/pkgin/PLIST
 @@ -2,4 +2,3 @@
  bin/pkgin
  man/man1/pkgin.1
  share/examples/pkgin/repositories.conf.example
 -@exec ${MKDIR} %D/etc/pkgin
 


Home | Main Index | Thread Index | Old Index