[Citadel Development] Re: Fw: [PATCH] Fake the old version number for the paths inside the tar files

2010-09-20 Thread samjam
  Mon Sep 06 2010 5:11:39 am EDT EDT from samjam @ Uncensored Subject: Re: Fw: [PATCH] Fake the old version number for the paths inside the tar files   Sun Sep 05 2010 2:24:33 pm EDT EDT from dothebart @ Uncensored Subject: Re: Fw: [PATCH] Fake the old version number for the paths insi

[Citadel Development] Re: Fw: [PATCH] Fake the old version number for the paths inside the tar files

2010-09-20 Thread samjam
The symlink loop occurs when this line is executed: ln -sf libcitadel libcitadel-7.83cd libcitadel-7.83 if libcitadel-7.83 is already a symlink pointing to libcitadel - so the symlink get's made inside libcitadel. The -f option doesn't have the desired effect if the pre-existing symlink target is

[Citadel Development] Re: Fw: [PATCH] Fake the old version number for the paths inside the tar files

2010-09-20 Thread samjam
  Mon Sep 06 2010 7:12:03 am EDT EDT from samjam @ Uncensored Subject: Re: Fw: [PATCH] Fake the old version number for the paths inside the tar files The symlink loop occurs when this line is executed: ln -sf libcitadel libcitadel-7.83cd libcitadel-7.83 if libcitadel-7.83 is already a symli

[Citadel Development] Re: Fw: [PATCH] Fake the old version number for the paths inside the tar files

2010-09-20 Thread samjam
  Sun Sep 05 2010 2:24:33 pm EDT EDT from dothebart @ Uncensored Subject: Re: Fw: [PATCH] Fake the old version number for the paths inside the tar files hm, did you run that script in advance? since its not clever to rename subdirectories (citadel/ to citadel-7.83) in a git workingcopy (and

[Citadel Development] Re: Fw: [PATCH] Fake the old version number for the paths inside the tar files

2010-09-20 Thread dothebart
hm, did you run that script in advance? since its not clever to rename subdirectories (citadel/ to citadel-7.83) in a git workingcopy (and symlink citadel/ to it), I instead made it create the symlink to the citadel directory. If you already have it the other way arround, it won't work for you th

[Citadel Development] Re: Fw: [PATCH] Fake the old version number for the paths inside the tar files

2010-09-20 Thread samjam
Bah! If I forward a message, it also adds attachments from any previously half-composed messages! This message has the correct proposed patch Sat Sep 04 2010 3:39:28 am EDT EDT from samjam @ Uncensored Subject: Fw: [PATCH] Fake the old version number for the paths inside the tar files (I wi

[Citadel Development] Re: Fw: [PATCH] Fake the old version number for the paths inside the tar files

2010-09-20 Thread samjam
Ignore that patch; I have one that fixes all 3 projects - otherwise they fail to build properly with symlink loops and the like