On Sun, 13 Nov 2005 21:03:42 +0100 
glen <[EMAIL PROTECTED]> wrote:
> Author: glen                         Date: Sun Nov 13 20:03:42 2005
> GMT Module: SOURCES                       Tag: HEAD
> ---- Log message:
> - better check
> 
> ---- Files affected:
> SOURCES:
>    kdebase-startkde.patch (1.8 -> 1.9) 
> 
> ---- Diffs:
> 
> ================================================================
> Index: SOURCES/kdebase-startkde.patch
> diff -u SOURCES/kdebase-startkde.patch:1.8
> SOURCES/kdebase-startkde.patch:1.9 ---
> SOURCES/kdebase-startkde.patch:1.8    Sun Nov 13 21:01:35 2005 ++
> + SOURCES/kdebase-startkde.patch      Sun Nov 13 21:03:37 2005 @@
> -4,7 +4,7 @@ 
>   # run KPersonalizer before the session, if this is the first login
>   if test "$kpersonalizerrc_general_firstlogin" = "true"; then
> -+  if test `/usr/bin/which kpersonalizer 2>/dev/null`; then
> ++  if [ -x /usr/bin/kpersonalizer ]; then
              ^^^^^^^^^ 
>       # start only dcopserver, don't start whole kdeinit (takes too
>       # long)
>       echo 'startkde: Running kpersonalizer...'  1>&2
>       dcopserver

I think i'ts wrong to hardcode the accurate path here. In this case You
can't eg. to redefine "%{_prefix}" at build time.

-- 
Adam Gorzkiewicz

Attachment: pgpki5my9p0G5.pgp
Description: PGP signature

_______________________________________________
pld-devel-en mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to