wok diff TeXmacs-windows-fonts/receipt @ rev 11700

Up: slitaz-doc (4.2.1)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Feb 19 12:09:24 2012 +0100 (2012-02-19)
parents 432ed1a20735
children 617dbdeb6f7e
line diff
     1.1 --- a/TeXmacs-windows-fonts/receipt	Fri Dec 17 15:18:25 2010 +0100
     1.2 +++ b/TeXmacs-windows-fonts/receipt	Sun Feb 19 12:09:24 2012 +0100
     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  }