wok rev 13608

get-flash-player: add flash-player-properties
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 11 09:23:58 2012 +0100 (2012-11-11)
parents bee018da8da6
children 837883e25e48
files get-flash-plugin/receipt get-flash-plugin/stuff/get-flash-plugin
line diff
     1.1 --- a/get-flash-plugin/receipt	Sat Nov 10 20:00:42 2012 +0100
     1.2 +++ b/get-flash-plugin/receipt	Sun Nov 11 09:23:58 2012 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="get-flash-plugin"
     1.7 -VERSION="1.4"
     1.8 +VERSION="1.5"
     1.9  CATEGORY="non-free"
    1.10  SHORT_DESC="Get Adobe Flash Player."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
     2.1 --- a/get-flash-plugin/stuff/get-flash-plugin	Sat Nov 10 20:00:42 2012 +0100
     2.2 +++ b/get-flash-plugin/stuff/get-flash-plugin	Sun Nov 11 09:23:58 2012 +0100
     2.3 @@ -60,9 +60,12 @@
     2.4  # Install files
     2.5  chmod 755 libflashplayer.so
     2.6  chown root.root libflashplayer.so
     2.7 -dir=$PACKAGE-$VERSION/fs/usr/share/flash
     2.8 -mkdir -p $dir
     2.9 -mv libflashplayer.so $dir
    2.10 +dir=$PACKAGE-$VERSION/fs
    2.11 +mkdir -p $dir/usr/share/flash
    2.12 +mv libflashplayer.so $dir/usr/share/flash
    2.13 +mv usr/bin $dir/usr
    2.14 +mv usr/share/icons $dir/usr/share
    2.15 +mv usr/share/pixman $dir/usr/share
    2.16  
    2.17  # Sanity Check: Reexport firefox libraries if they don't exist
    2.18  dir=$PACKAGE-$VERSION/fs/usr/lib