diff options
author | Jose V Beneyto <sepen@crux.nu> | 2010-10-28 13:07:16 +0200 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2010-10-28 13:07:29 +0200 |
commit | bc55bd990104d6cb77991cd401a9396a81bc66e6 (patch) | |
tree | 1d80e0871938fd5b531ac815a1807f8f58a13ee7 | |
parent | c949ac5bf43fd29934468ed194e9c325b4479714 (diff) | |
download | opt-bc55bd990104d6cb77991cd401a9396a81bc66e6.tar.gz opt-bc55bd990104d6cb77991cd401a9396a81bc66e6.tar.xz |
flash-player-plugin: switched back to rpm based source
-rw-r--r-- | flash-player-plugin/.md5sum | 2 | ||||
-rw-r--r-- | flash-player-plugin/Pkgfile | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/flash-player-plugin/.md5sum b/flash-player-plugin/.md5sum index a21eca8f2..91c7c04ce 100644 --- a/flash-player-plugin/.md5sum +++ b/flash-player-plugin/.md5sum @@ -1 +1 @@ -d3d8f82384325c2adfb4cfd5ef173d7f install_flash_player_10_linux.tar.gz +20fbf53691866cbf85964db781b0987e flash-plugin-10.1.85.3-release.i386.rpm diff --git a/flash-player-plugin/Pkgfile b/flash-player-plugin/Pkgfile index 38880e077..cb06ab564 100644 --- a/flash-player-plugin/Pkgfile +++ b/flash-player-plugin/Pkgfile @@ -7,8 +7,9 @@ name=flash-player-plugin version=10.1.85.3 release=1 -source=(http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz) +source=(http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-$version-release.i386.rpm) build() { - install -D -m 0755 libflashplayer.so $PKG/usr/lib/mozilla/plugins/libflashplayer.so + install -D -m 0755 usr/lib/flash-plugin/libflashplayer.so \ + $PKG/usr/lib/mozilla/plugins/libflashplayer.so } |