wok rev 20558

jpegtran: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 12 18:23:31 2018 +0100 (2018-12-12)
parents 510399d14429
children 833c25ef5ce8
files jpegtran/receipt
line diff
     1.1 --- a/jpegtran/receipt	Wed Dec 12 18:18:52 2018 +0100
     1.2 +++ b/jpegtran/receipt	Wed Dec 12 18:23:31 2018 +0100
     1.3 @@ -16,7 +16,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src/jpeg-9a
     1.8 +	cd $src/jpeg*
     1.9  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.10  		--mandir=/usr/share/man \
    1.11  	$CONFIGURE_ARGS &&