wok rev 8610
TeXmacs-windows-fonts: remove uneeded compile_rules()
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Feb 14 18:04:35 2011 +0100 (2011-02-14) |
parents | 4b2399704a7f |
children | f67ac5423b9c |
files | TeXmacs-windows-fonts/receipt |
line diff
1.1 --- a/TeXmacs-windows-fonts/receipt Mon Feb 14 17:57:34 2011 +0100 1.2 +++ b/TeXmacs-windows-fonts/receipt Mon Feb 14 18:04:35 2011 +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 }