Re: [rock-sm] 2005120120075312519 clifford vote delete
Clifford Wolf <[email protected]>
| Newsgroups | gmane.linux.distributions.rock.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
On Tue, Dec 06, 2005 at 11:09:40PM +0100, Andreas V. Meier wrote:
> 3. Our build scripts prevent such a symlink as they move it to /usr/lib.
This could be fixed easily:
--- scripts/functions (revision 89)
+++ scripts/functions (working copy)
@@ -323,6 +323,7 @@
egrep '^lib/.*\.(a|la)$' $builddir/flist.txt |
while read fn ; do
[ -e $root/$fn -o -L $root/$fn ] || continue
+ find $root/$fn -printf '%l\n' | grep -q '/' && continue
if [[ $fn = *.a ]] ; then
mv -fv $root/$fn $root/usr/$fn
else
but I'm not sure if creating /lib -> /usr/lib symlinks is a nice fix either.
yours,
- clifford
--
+++>+>++++++[<+++++++>-]<..>++>++++++[<+++++>-]<.>>++++++[<+++++++++++>-]<.
>++>>++++[<++++[<+++++++>-]>-]<<.>+>>++++[<++++[<++++++>-]>-]<<.++++++++.<-
---.>---.<<<<-.>>>>---.<---.<<.<+..>.>>---.>>++++>>++++[<++++[<+++++++>-]>-
]<<..----.<<<--------.<<++++..>>>>>+++++++...<<<<<-.>>>>.<++++.---.>+++..<+
+++++.+++.>--.<<<<.>>>>---.<++.<<<+.>>>>+.++++.---.<----.>>--.<<<<<.>.<----
..>.>+++++++++.>>>>>>++++[<++++[<+++++>-]>-]<<.+++++.<<<<<<+.>.>.>-.--.+++.
>++++++.+++.-------.<++.<<<.>.>>>.>-.<--.<<<<++..>.<---..>>>>>>>++++++++++.
if ( (!!strcmp(input, "no")) != 0 ) printf("You did not type 'no'.\n");