wok-stable diff TeXmacs-windows-fonts/receipt @ rev 12459

lives: fix symlink (thanks I-Jurij)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 28 08:19:20 2017 +0200 (2017-04-28)
parents 432ed1a20735
children
line diff
     1.1 --- a/TeXmacs-windows-fonts/receipt	Fri Dec 17 15:18:25 2010 +0100
     1.2 +++ b/TeXmacs-windows-fonts/receipt	Fri Apr 28 08:19:20 2017 +0200
     1.3 @@ -10,16 +10,9 @@
     1.4  WEB_SITE="http://www.texmacs.org"
     1.5  WGET_URL="ftp://ftp.texmacs.org/pub/TeXmacs/fonts/$TARBALL"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 -   echo "Nothing to compile"
    1.11 -   [ -d fonts ]
    1.12 -}
    1.13 -
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17       mkdir -p $fs/usr/share/TeXmacs/
    1.18 -     cp -a fonts $fs/usr/share/TeXmacs
    1.19 +     cp -a $src $fs/usr/share/TeXmacs/fonts
    1.20  }