From bc55bd990104d6cb77991cd401a9396a81bc66e6 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 28 Oct 2010 13:07:16 +0200 Subject: [PATCH] flash-player-plugin: switched back to rpm based source --- flash-player-plugin/.md5sum | 2 +- 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 }