tag 374881 +patch
On Sunday 25 June 2006 18:42, Bastian Blank wrote:
> The bug is generic, just some of the s390 buildds lacks a home directory
> in the chroot.

Yes - I have also reproduced it on x86.

> The requested help (from kmymoney2/Makefile.in:1098):
> |         echo "Creating symbolic link from kmymoney -> ./kmymoney2"; \
>
>          ln -sf $$f $(DESTDIR)$(bindir)/kmymoney; \
>
> |         else :; fi; \

Yeah. that looks like fixing it.

This does too ;)

--- kmymoney2-0.8.4.orig/kmymoney2/Makefile.in
+++ kmymoney2-0.8.4/kmymoney2/Makefile.in
@@ -1098,10 +1098,8 @@
        f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
        echo "Creating symbolic link from kmymoney -> ./kmymoney2"; \
        rm -f $(DESTDIR)$(bindir)/kmymoney; \
-       curdir=`pwd`; \
        cd $(DESTDIR)$(bindir); \
        ln -s ./$$f kmymoney; \
-       cd $(curdir); \
        else :; fi; \
        done

I don't actually know how pwd ends up with outputting /home/$USER - but that 
looks like the problem.


/Sune

Attachment: pgpo2BIO78IEG.pgp
Description: PGP signature

Reply via email to