# HG changeset patch # User Pascal Bellard # Date 1296313780 -3600 # Node ID 1baa4a804224ec6c44864c143020d0e13e7d4918 # Parent f3ab8f13c21121ba88b02a7b826f8c39503514b4 shellinabox: fix compile_rules diff -r f3ab8f13c211 -r 1baa4a804224 shellinabox/receipt --- a/shellinabox/receipt Sat Jan 29 16:06:56 2011 +0100 +++ b/shellinabox/receipt Sat Jan 29 16:09:40 2011 +0100 @@ -16,13 +16,11 @@ compile_rules() { cd $src - - ./configure --prefix=/usr --infodir=/usr/share/info \ + ./configure --prefix=/usr \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install -return 1 } # Rules to gen a SliTaz package suitable for Tazpkg.