On Tue, Sep 2, 2014 at 3:37 AM, Xandaros Yotanido
wrote:
> I also looked through the manpage of wget to figure out what all these
> flags do, but I couldn't find any information on -nv. What does it do?
I have no idea why you didn't find it:
-nv
--no-verbose
Turn off verb
In the second and the following wget lines, you are trying to download
subdirectories of ftp://tug.org/texlive/Contents/live/texmf/ which doesn't
exist.
In the first link you are downloading subdirectories of
ftp://tug.org/texlive/Contents/live/texmf-dist/ which does exist and the
subdirectories yo
AK writes:
> On 09/01/2014 01:23 AM, Thorsten Jolitz wrote:
>> AK writes:
>>
>>> Since the URLs are invalid, the build() function seems to fail at the
>>> second wget line and aborts the whole process so no package gets
>>> built. Fixing the build() function so that wget no longer fails should
>
On 09/01/2014 01:23 AM, Thorsten Jolitz wrote:
AK writes:
Since the URLs are invalid, the build() function seems to fail at the
second wget line and aborts the whole process so no package gets
built. Fixing the build() function so that wget no longer fails should
get you a working package.
I
On 09/01/2014 01:23 AM, Thorsten Jolitz wrote:
AK writes:
Since the URLs are invalid, the build() function seems to fail at the
second wget line and aborts the whole process so no package gets
built. Fixing the build() function so that wget no longer fails should
get you a working package.
I
Stephen Martin writes:
>> AK writes:
>>
>>> Since the URLs are invalid, the build() function seems to fail at the
>>> second wget line and aborts the whole process so no package gets
>>> built. Fixing the build() function so that wget no longer fails should
>>> get you a working package.
>>
>>
> AK writes:
>
>> Since the URLs are invalid, the build() function seems to fail at the
>> second wget line and aborts the whole process so no package gets
>> built. Fixing the build() function so that wget no longer fails should
>> get you a working package.
>
> I still wonder how 1.5GB w
AK writes:
> Since the URLs are invalid, the build() function seems to fail at the
> second wget line and aborts the whole process so no package gets
> built. Fixing the build() function so that wget no longer fails should
> get you a working package.
I still wonder how 1.5GB were downloaded fro
On 31.08.2014 19:35, Thorsten Jolitz wrote:
AK writes:
On 31.08.2014 12:50, Thorsten Jolitz wrote:
Hi List,
based on this page (https://bbs.archlinux.org/viewtopic.php?pid=1253365)
I tried to build a texlive-most-doc package:
#+NAME: PKGBUILD
#+BEGIN_SRC shell
pkgname=texlive-most-doc
AK writes:
> On 31.08.2014 12:50, Thorsten Jolitz wrote:
>> Hi List,
>>
>> based on this page (https://bbs.archlinux.org/viewtopic.php?pid=1253365)
>> I tried to build a texlive-most-doc package:
>>
>> #+NAME: PKGBUILD
>> #+BEGIN_SRC shell
>>pkgname=texlive-most-doc
>>pkgver=$(date +%Y%m%
On 31.08.2014 12:50, Thorsten Jolitz wrote:
Hi List,
based on this page (https://bbs.archlinux.org/viewtopic.php?pid=1253365)
I tried to build a texlive-most-doc package:
#+NAME: PKGBUILD
#+BEGIN_SRC shell
pkgname=texlive-most-doc
pkgver=$(date +%Y%m%d)
pkgrel=1
pkgdesc="Most TeXLi
Hi List,
based on this page (https://bbs.archlinux.org/viewtopic.php?pid=1253365)
I tried to build a texlive-most-doc package:
#+NAME: PKGBUILD
#+BEGIN_SRC shell
pkgname=texlive-most-doc
pkgver=$(date +%Y%m%d)
pkgrel=1
pkgdesc="Most TeXLive documentation"
url="http://tug.org/texlive
12 matches
Mail list logo