[Lunar-commits] <moonbase> flash-plugin-11: The BUILD adjustments here explains why flash player
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Dec 5 12:14:29 CET 2011
commit b128e7e5ff446208f82f94e0a57f2ef7df15712f
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon Dec 5 06:14:29 2011 -0500
flash-plugin-11: The BUILD adjustments here explains why flash player
properties were not showing up in the kde system settings.
---
web/flash-plugin-11/BUILD | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/flash-plugin-11/BUILD b/web/flash-plugin-11/BUILD
index 6e0a37c..535f993 100644
--- a/web/flash-plugin-11/BUILD
+++ b/web/flash-plugin-11/BUILD
@@ -13,9 +13,9 @@
cp -af usr/share/icons /usr/share/icons/ &&
if module_installed kdelibs ; then
- cp -af usr/share/kde4/services / &&
+ cp -af usr/share/kde4/services/* /usr/share/kde4/services/ &&
if [ `arch` == "x86_64" ] ; then
- cp -af usr/lib64/* /usr/lib/kde4/
+ cp -af usr/lib64/kde4/* /usr/lib/kde4/
else
cp -af usr/lib/* /usr/lib/kde4/
fi
More information about the Lunar-commits
mailing list