wok-next diff xine-plugin/receipt @ rev 15343

perl: add threads support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 29 15:37:29 2013 +0000 (2013-09-29)
parents 380ffe05937a
children 18af472aef2e
line diff
     1.1 --- a/xine-plugin/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/xine-plugin/receipt	Sun Sep 29 15:37:29 2013 +0000
     1.3 @@ -17,6 +17,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	mkdir -p $DESTDIR/root/.mozilla/plugins
     1.8  	./configure --prefix=/usr \
     1.9  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.10  	make &&