wok-next diff tuxtype/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | 757d032c55c7 |
children | 0f2575775b2d |
line diff
1.1 --- a/tuxtype/receipt Fri Mar 30 19:31:50 2018 +0300 1.2 +++ b/tuxtype/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Educational typing tutor for kids" 1.5 MAINTAINER="claudinei@slitaz.org" 1.6 LICENSE="GPL2" 1.7 -WEB_SITE="http://tux4kids.alioth.debian.org" 1.8 +WEB_SITE="http://tux4kids.alioth.debian.org/" 1.9 1.10 TARBALL="tuxtype_w_fonts-$VERSION.tar.gz" 1.11 WGET_URL="https://alioth.debian.org/frs/download.php/3270/$TARBALL" 1.12 @@ -22,7 +22,7 @@ 1.13 1.14 # Adding the games group satisfies the install script. 1.15 addgroup games 1.16 - make DESTDIR=$DESTDIR install 1.17 + make DESTDIR=$install install 1.18 # We don't need to leave this behind in the build environment. 1.19 delgroup games 1.20 }