wok diff bc/receipt @ rev 8670

Oups... I forgot to remove a debugging comment from splix
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Feb 16 23:31:55 2011 +0100 (2011-02-16)
parents 4273e906522b
children 02bbaa9d12ba
line diff
     1.1 --- a/bc/receipt	Tue Feb 16 11:40:35 2010 +0000
     1.2 +++ b/bc/receipt	Wed Feb 16 23:31:55 2011 +0100
     1.3 @@ -14,7 +14,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -    cd $PACKAGE-$VERSION
     1.8 +    cd $src
     1.9      ./configure --prefix=/usr --infodir=/usr/share/info \
    1.10      --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.11      make &&