wok rev 8084
Fixed thunar-archive-plugin to work with new thunar 1.2.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Jan 22 01:09:37 2011 +0000 (2011-01-22) |
parents | 7ab7fb275bbd |
children | 03d4663c81fa |
files | thunar-archive-plugin/receipt |
line diff
1.1 --- a/thunar-archive-plugin/receipt Fri Jan 21 23:32:20 2011 +0000 1.2 +++ b/thunar-archive-plugin/receipt Sat Jan 22 01:09:37 2011 +0000 1.3 @@ -15,6 +15,8 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + # thunar 1.2 hack 1.8 + sed -i "s/thunarx\-1/thunarx\-2/g" configure 1.9 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.10 --libexecdir=/usr/lib \ 1.11 --mandir=/usr/share/man $CONFIGURE_ARGS && \