Gentoo Archives: gentoo-alt

From: Charles Davis <cdavis@××××××××××××.edu>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Lion and vers_string
Date: Sat, 03 Mar 2012 21:18:34
Message-Id: 0AFD0D01-3B3F-4500-85B5-631B99FC6F2C@mymail.mines.edu
In Reply to: Re: [gentoo-alt] Lion and vers_string by Ramon van Alteren
1 On Mar 3, 2012, at 10:07 AM, Ramon van Alteren wrote:
2
3 > Hey Charles,
4 >
5 > On Sat, Mar 3, 2012 at 01:29, Charles Davis <cdavis@××××××××××××.edu> wrote:
6 >> For your reference, the Apple package (on opensource.apple.com) that contains this is bootstrap_cmds.
7 >
8 > OK, picked that up as well, compiling it as a xcode project failed on
9 > my machine because of a missing Makefile in /Developer which seems to
10 > be the issue in general. It looks like Apple decided to change
11 > locations and move stuff around.
12 >
13 > How did you install your version ?
14 You shouldn't need to build anything. vers_string is a shell script (vers_string.sh in the distribution); you can just do:
15
16 $ sudo install -c -o root -g wheel vers_string.sh /usr/bin/vers_string
17
18 and you'll have a working vers_string.
19
20 Chip