[Lunar-commits] <moonbase> flash-plugin-11: fixed bad path bug
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Thu Apr 5 02:36:10 CEST 2012
commit f65495ded69125b4ad282bb21dfe946301d39a44
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Thu Apr 5 02:36:10 2012 +0200
flash-plugin-11: fixed bad path bug
---
web/flash-plugin-11/BUILD | 4 ++--
web/flash-plugin-11/DETAILS | 2 +-
web/flash-plugin-11/DETAILS.x86_64 | 2 +-
web/flash-plugin-beta/DETAILS.x86_64 | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/web/flash-plugin-11/BUILD b/web/flash-plugin-11/BUILD
index 535f993..07ee23e 100644
--- a/web/flash-plugin-11/BUILD
+++ b/web/flash-plugin-11/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-11/DETAILS b/web/flash-plugin-11/DETAILS
index d0b4230..e15e977 100644
--- a/web/flash-plugin-11/DETAILS
+++ b/web/flash-plugin-11/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
diff --git a/web/flash-plugin-11/DETAILS.x86_64 b/web/flash-plugin-11/DETAILS.x86_64
index e11989c..8fcb95e 100644
--- a/web/flash-plugin-11/DETAILS.x86_64
+++ b/web/flash-plugin-11/DETAILS.x86_64
@@ -5,7 +5,7 @@
SOURCE_VFY=sha1:7e54bf4271b2696480eb999100e506e511306fd0
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
diff --git a/web/flash-plugin-beta/DETAILS.x86_64 b/web/flash-plugin-beta/DETAILS.x86_64
index 2802c7e..44384e2 100644
--- a/web/flash-plugin-beta/DETAILS.x86_64
+++ b/web/flash-plugin-beta/DETAILS.x86_64
@@ -5,7 +5,7 @@
SOURCE_VFY=sha1:7e54bf4271b2696480eb999100e506e511306fd0
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