summaryrefslogtreecommitdiffstats
path: root/flashplayer/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'flashplayer/Pkgfile')
-rw-r--r--flashplayer/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/flashplayer/Pkgfile b/flashplayer/Pkgfile
index eecfc8448..fc2306f3f 100644
--- a/flashplayer/Pkgfile
+++ b/flashplayer/Pkgfile
@@ -6,7 +6,7 @@
# Run on: libvdpau
name=flashplayer
-version=11.2.202.233
+version=11.2.202.235
release=1
case `uname -m` in
@@ -22,7 +22,7 @@ build() {
cd $SRC
install -Dm755 libflashplayer.so $PKG/usr/lib/mozilla/plugins/libflashplayer.so
- install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so $PKG/usr/lib/kde4/kcm_adobe_flash_player.so
+ [[ "`uname -m`" == "x86_64" ]] && install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so $PKG/usr/lib/kde4/kcm_adobe_flash_player.so || install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so $PKG/usr/lib/kde4/kcm_adobe_flash_player.so
for res in 16 22 24 32 48; do
install -D -m644 $SRC/usr/share/icons/hicolor/${res}x$res/apps/flash-player-properties.png $PKG/usr/share/icons/hicolor/${res}x$res/apps/flash-player-properties.png