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 }