Problem with url2pkg

walt wa1ter at myrealbox.com
Sun Aug 13 22:36:12 PDT 2006


On Mon, 14 Aug 2006, Saverio Iacovelli wrote:

> The command fails also in /usr/pkgsrc/net/ucarp and in
> /pkgsrc/net/ucarp!!
> I tried this command in multiple directories, but the
> error message is always "Run this in
> .../pkgsrc/foo/bar !

The error is coming from this test in url2pkg:

if [ ! -f ../../mk/bsd.pkg.mk ]; then
        echo "Run this in .../pkgsrc/foo/bar !"
        exit 1
fi

So, what happens if you do this:
#cd /usr/pkgsrc/net/ucarp
#ls ../../mk/bsd.pkg.mk






More information about the Users mailing list