At 02:00 AM 9/27/2012 +1200, Mason James wrote:
[snip]
> tomas@tomas-desktop:~/Downloads/koha-3.08.05$ find . -iname
> blinddetail-biblio-search.tt
> ./koha-tmpl/intranet-tmpl/prog/en/modules/authorities/blinddetail-biblio-search.tt
>
> Regards
> To+

ah yep, looks like it's there... as expected :/

$ wget http://download.koha-community.org/koha-3.08.05.tar.gz
$ tar xfz koha-3.08.05.tar.gz
$ find ./koha-3.08.05 -iname blinddetail-biblio-search.tt
./koha-3.08.05/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/blinddetail-biblio-search.tt

Maybe I got a corrupted file (and I do not want to belabour this point as I've obviously got egg on my face -- I did not even attempt MD5 checksums) but I got a 48,446,365 bytes file koha-3.08.05.tar.gz on September 22, 2012, 4:48:41 PM from the URL above. However:

paul@server:~$ tar xfz koha-3.08.05.tar.gz
paul@server:~$ cd koha-3.08.05
paul@server:~/koha-3.08.05$ find -iname blinddetail-biblio-search.tx
paul@server:~/koha-3.08.05$
paul@server:~/koha-3.08.05$ cd koha-tmpl/intranet-tmpl/prog/en
paul@server:~/koha-3.08.05/koha-tmpl/intranet-tmpl/prog/en$ cd modules
bash: cd: modules: No such file or directory
paul@server:~/koha-3.08.05/koha-tmpl/intranet-tmpl/prog/en$
paul@server:~/koha-3.08.05/koha-tmpl/intranet-tmpl/prog/en$ ls
columns.def  css  includes  js  lib  xslt

I have just done a new wget, same file size (48,446,365 bytes) and you are correct:

paul@server:~/koha-3.08.05_new$ find -iname blinddetail-biblio-search.tt
./koha-3.08.05_new/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/blinddetail-biblio-search.tt
paul@server:~/koha-3.08.05_new$

Apologies -- I can't remember the last time I got a corrupted file that untarred only partially

It never rains, but it pours ...

tnx and regards - paul
_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to