wok diff jpeg/receipt @ rev 19466

Up: libgsf (1.14.40), goffice (0.10.32), gnumeric (1.12.32).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 25 01:28:09 2016 +0300 (2016-10-25)
parents 4d79baae0a6b
children 1f6313ccde29
line diff
     1.1 --- a/jpeg/receipt	Wed Apr 23 03:52:12 2014 +0200
     1.2 +++ b/jpeg/receipt	Tue Oct 25 01:28:09 2016 +0300
     1.3 @@ -17,12 +17,12 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -    ./configure \
     1.8 +	./configure \
     1.9  		--enable-shared \
    1.10  		--prefix=/usr \
    1.11  		--mandir=/usr/share/man \
    1.12  		$CONFIGURE_ARGS &&
    1.13 -    make &&
    1.14 +	make &&
    1.15  	make DESTDIR=$DESTDIR install
    1.16  }
    1.17