wok-current diff epdf/receipt @ rev 17910
Up to latest: tazinst, tazlito, tazpanel, tazpkg.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Apr 07 04:20:47 2015 +0300 (2015-04-07) |
parents | 79ea4cfe08cc |
children | feb2e0c63d21 |
line diff
1.1 --- a/epdf/receipt Sat Aug 10 09:25:15 2013 +0000 1.2 +++ b/epdf/receipt Tue Apr 07 04:20:47 2015 +0300 1.3 @@ -17,10 +17,10 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 ./autogen.sh \ 1.9 --prefix=/usr \ 1.10 - $CONFIGURE_ARGS && 1.11 + $CONFIGURE_ARGS 2>&1 | \ 1.12 + sed 's|missing: No such|missing: no such|' 1.13 make && make install 1.14 } 1.15