[Lunar-commits] <moonbase> flash-plugin-beta: fixed bad path bug

Zbigniew Luszpinski zbiggy at lunar-linux.org
Thu Apr 5 02:31:13 CEST 2012


commit 30649478b3f1e40d451c7ccb35d913d3a290cd00
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Thu Apr 5 02:31:13 2012 +0200

    flash-plugin-beta: fixed bad path bug
---
 web/flash-plugin-beta/BUILD   |    4 ++--
 web/flash-plugin-beta/DETAILS |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/web/flash-plugin-beta/BUILD b/web/flash-plugin-beta/BUILD
index 535f993..07ee23e 100644
--- a/web/flash-plugin-beta/BUILD
+++ b/web/flash-plugin-beta/BUILD
@@ -10,14 +10,14 @@
   install -m755 usr/bin/flash-player-properties /usr/bin &&
   install -m755 usr/share/pixmaps/flash-player-properties.png /usr/share/pixmaps/ &&
   install -m755 usr/share/applications/flash-player-properties.desktop /usr/share/applications/ &&
-  cp -af usr/share/icons /usr/share/icons/ &&
+  cp -af usr/share/icons /usr/share/ &&
 
   if module_installed kdelibs ; then
     cp -af usr/share/kde4/services/* /usr/share/kde4/services/ &&
     if [ `arch` == "x86_64" ] ; then
       cp -af usr/lib64/kde4/* /usr/lib/kde4/
     else
-      cp -af usr/lib/* /usr/lib/kde4/
+      cp -af usr/lib/* /usr/lib/
     fi
   fi &&
 
diff --git a/web/flash-plugin-beta/DETAILS b/web/flash-plugin-beta/DETAILS
index de41386..f6b67b5 100644
--- a/web/flash-plugin-beta/DETAILS
+++ b/web/flash-plugin-beta/DETAILS
@@ -5,7 +5,7 @@
       SOURCE_VFY=sha1:7af39c4e16d399d4c2940bd029d3c497f064e343
         WEB_SITE=http://www.adobe.com/products/flashplayer.html
          ENTERED=20110305
-         UPDATED=20120329
+         UPDATED=20120405
            SHORT="Version 11.2 of the Adobe Flash plugin for web browsers"
 
 cat << EOF


More information about the Lunar-commits mailing list