wok-current diff pavucontrol/receipt @ rev 18469
mosh: fix post_install status
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 03 14:38:08 2015 +0200 (2015-10-03) |
parents | adb299446f40 |
children | 453c249b6219 |
line diff
1.1 --- a/pavucontrol/receipt Sun Apr 19 16:32:26 2015 -0400 1.2 +++ b/pavucontrol/receipt Sat Oct 03 14:38:08 2015 +0200 1.3 @@ -17,7 +17,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - patch -Np1 -i $stuff/pavucontrol-2.0-gtk2.patch 1.8 ./configure $CONFIGURE_ARGS --disable-gtk3 \ 1.9 && make && make install 1.10 }