wok-current diff epdf/receipt @ rev 18130
Up: pcmanfm, libfm* (git)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Jun 12 14:08:40 2015 +0200 (2015-06-12) |
parents | 79ea4cfe08cc |
children | feb2e0c63d21 |
line diff
1.1 --- a/epdf/receipt Sat Aug 10 09:25:15 2013 +0000 1.2 +++ b/epdf/receipt Fri Jun 12 14:08:40 2015 +0200 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