# HG changeset patch # User Antoine Bodin # Date 1297703075 -3600 # Node ID 3055077475509051b06b40bf7a3fa854b54760f9 # Parent 4b2399704a7fa1fb83d243157fa0bd7adc57178c TeXmacs-windows-fonts: remove uneeded compile_rules() diff -r 4b2399704a7f -r 305507747550 TeXmacs-windows-fonts/receipt --- a/TeXmacs-windows-fonts/receipt Mon Feb 14 17:57:34 2011 +0100 +++ b/TeXmacs-windows-fonts/receipt Mon Feb 14 18:04:35 2011 +0100 @@ -10,16 +10,9 @@ WEB_SITE="http://www.texmacs.org" WGET_URL="ftp://ftp.texmacs.org/pub/TeXmacs/fonts/$TARBALL" -# Rules to configure and make the package. -compile_rules() -{ - echo "Nothing to compile" - [ -d fonts ] -} - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/TeXmacs/ - cp -a fonts $fs/usr/share/TeXmacs + cp -a $src $fs/usr/share/TeXmacs/fonts }