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

Fix: add transmission-daemon init files
author Alexander Medvedev <devl547@gmail.com>
date Sun Jun 12 03:09:50 2011 +0000 (2011-06-12)
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 Jun 12 03:09:50 2011 +0000
     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  }