wok-next diff ledger/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents a3c581bf52b8
children
line diff
     1.1 --- a/ledger/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/ledger/receipt	Tue Sep 01 11:04:25 2020 +0000
     1.3 @@ -7,7 +7,7 @@
     1.4  command-line"
     1.5  MAINTAINER="paul@slitaz.org"
     1.6  LICENSE="BSD"
     1.7 -WEB_SITE="https://ledger-cli.org/"
     1.8 +WEB_SITE="https://www.ledger-cli.org/"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WGET_URL="http://ftp.newartisans.com/pub/ledger/$TARBALL"
    1.12 @@ -18,10 +18,9 @@
    1.13  	./configure $CONFIGURE_ARGS &&
    1.14  	fix libtool &&
    1.15  	make &&
    1.16 -	make DESTDIR=$DESTDIR install || return 1
    1.17 +	make DESTDIR=$install install || return 1
    1.18  
    1.19 -	# copy sample file
    1.20 -	install -Dm644 $src/sample.dat $install/usr/share/ledger/sample.dat
    1.21 +	install -Dm644 sample.dat $install/usr/share/ledger/sample.dat
    1.22  }
    1.23  
    1.24  genpkg_rules() {