wok-6.x diff gecko-mediaplayer/receipt @ rev 3389
Ren: django -> python-django
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Thu Jun 11 23:56:06 2009 +0000 (2009-06-11) |
parents | 30163e8a5829 |
children | 24ae58a42508 |
line diff
1.1 --- a/gecko-mediaplayer/receipt Tue May 19 19:54:49 2009 +0000 1.2 +++ b/gecko-mediaplayer/receipt Thu Jun 11 23:56:06 2009 +0000 1.3 @@ -17,10 +17,9 @@ 1.4 { 1.5 cd $src 1.6 ./configure --prefix=/usr --sysconfdir=/etc \ 1.7 - --disable-schemas-install --without-gconf && 1.8 + --disable-schemas-install --without-gconf && 1.9 make && 1.10 make DESTDIR=$PWD/_pkg install 1.11 - 1.12 } 1.13 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 @@ -28,5 +27,4 @@ 1.16 { 1.17 mkdir -p $fs/usr/lib 1.18 cp -a $_pkg/usr/lib/mozilla $fs/usr/lib 1.19 - 1.20 }