Date: 08 Jun 2000 09:44:46 +0200 From: Roland Jesse <jesse@mail.CS.Uni-Magdeburg.De> To: freebsd-chat@FreeBSD.ORG Subject: Re: XFCE Window Manager Message-ID: <0v4s74d3bl.fsf@cs.uni-magdeburg.de> In-Reply-To: Chip's message of "Wed, 7 Jun 2000 19:19:28 -0700" References: <00060117263800.82982@chip.wiegand.org> <20000606151228.A24347@cichlids.cichlids.com> <0v4s76ga2o.fsf@cs.uni-magdeburg.de> <00060719260100.01095@chip.wiegand.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Chip <chip@wiegand.org> writes: > I did download the one from www.xfce.org called > xfce-3.4.0-freebsd.i386.bin.tar.gz which I then ran d/l'ed into > /usr/ports/distfiles. I then ran tar xzvf xfce-etc.bin.tar.gz and > saw on the screen all the files being extracted into the various > directories, mostly /usr/loca/xfce/ That's not completely right: % gzip -dc xfce-3.4.0-freebsd.i386.bin.tar.gz| tar tf - | head usr/local/bin/startxfce usr/local/bin/xfbd usr/local/bin/xfce usr/local/bin/xfce_remove usr/local/bin/xfce_setup usr/local/bin/xfclock usr/local/bin/xfgnome usr/local/bin/xfhelp usr/local/bin/xflock usr/local/bin/xfmountdev You see the missing / at the beginning of the line? Your files are put in /usr/ports/distfiles/usr/local/bin/. How about the following: % cd / && (gzip -dc /usr/ports/distfiles/xfce-3.4.0-freebsd.i386.bin.tar.gz| tar xf -) > Any idea what can cause this anomaly? (Is that the right word?) Well, I would call it correct behavior. BTW: Why are you putting precompiled binaries into /usr/ports/distfiles? Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0v4s74d3bl.fsf>