wok diff azpainter1/receipt @ rev 20361

gpgme: didnot find gpgconf
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 17:33:57 2018 +0000 (2018-06-09)
parents 0d35b592896f
children eccd0a10e94e
line diff
     1.1 --- a/azpainter1/receipt	Tue May 09 09:23:57 2017 +0200
     1.2 +++ b/azpainter1/receipt	Sat Jun 09 17:33:57 2018 +0000
     1.3 @@ -18,7 +18,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	sed -i "s|/usr/local|$DESTDIR/usr|;s|gtk|echo &|" Makefile
     1.8 +	sed -i "s|/usr/local|$DESTDIR/usr|;s|gtk|echo &|;s|\$(MACRO) ||" Makefile
     1.9  	make &&
    1.10  	make DESTDIR=$DESTDIR install
    1.11  }