Gentoo Archives: gentoo-dev

From: Peter Volkov <pva@g.o>
To: gentoo-dev@l.g.o, dberkholz@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in x11-base/xorg-x11: xorg-x11-7.2.ebuild xorg-x11-7.3.ebuild ChangeLog
Date: Tue, 09 Oct 2007 10:04:15
Message-Id: 1191923427.1072.15.camel@localhost
1 В Втр, 09/10/2007 в 07:43 +0000, Donnie Berkholz (dberkholz) пишет:
2 > dberkholz 07/10/09 07:43:50
3 >
4 > Modified: xorg-x11-7.2.ebuild xorg-x11-7.3.ebuild ChangeLog
5 > Log:
6 > Fix quoting issues caught by latest repoman.
7 >
8 > Revision Changes Path
9 > 1.14 x11-base/xorg-x11/xorg-x11-7.2.ebuild
10
11 > XORGCONF="/etc/X11/xorg.conf"
12 [...]
13 > - sed -i "/RgbPath/d" "${D}"${XORGCONF}
14 > + sed -i "/RgbPath/d" "${D}${XORGCONF}"
15
16 Sorry, but why? What is the difference? Seems $XORGCONF does not contain
17 any spaces inside and both forms are acceptable.
18
19 --
20 Peter.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies