DragonFly users List (threaded) for 2006-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Problem with url2pkg
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]