fix LIBDIR ->pkglibdir, rename meta file
authorChang.H.S <jhs@dev3>
Mon, 20 Dec 2010 12:25:54 +0000 (21:25 +0900)
committerChang.H.S <jhs@dev3>
Mon, 20 Dec 2010 12:25:54 +0000 (21:25 +0900)
lib/python/Plugins/SystemPlugins/WirelessLanSetup/Makefile.am
lib/python/Plugins/SystemPlugins/WirelessLanSetup/meta/Makefile.am
lib/python/Plugins/SystemPlugins/WirelessLanSetup/meta/plugin_wirelesslansetup.xml [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/WirelessLanSetup/meta/plugin_wlansetup.xml [deleted file]

index d4cf5aa..ecf1799 100644 (file)
@@ -1,4 +1,4 @@
-installdir = $(LIBDIR)/enigma2/python/Plugins/SystemPlugins/WirelessLanSetup
+installdir = $(pkglibdir)/python/Plugins/SystemPlugins/WirelessLanSetup
 
 SUBDIRS = meta
 
diff --git a/lib/python/Plugins/SystemPlugins/WirelessLanSetup/meta/plugin_wirelesslansetup.xml b/lib/python/Plugins/SystemPlugins/WirelessLanSetup/meta/plugin_wirelesslansetup.xml
new file mode 100644 (file)
index 0000000..ae6aebe
--- /dev/null
@@ -0,0 +1,17 @@
+<default>
+         <prerequisites>
+                    <tag type="System" />
+         </prerequisites>
+          <info language="en">
+                    <author>ikseong</author>
+                    <name>WirelessLanSetup</name>
+                    <packagename>enigma2-plugin-systemplugins-wirelesslansetup</packagename>
+                    <shortdescription>Wireless LAN Setup plugin</shortdescription>
+                    <description>Wireless LAN setting and search AP and show status.
+                    </description>
+          </info>
+         <files type="package"> <!-- without version, without .ipk -->
+               <file type="package" name="enigma2-plugin-systemplugins-wirelesslansetup" />
+       </files>
+
+</default>
diff --git a/lib/python/Plugins/SystemPlugins/WirelessLanSetup/meta/plugin_wlansetup.xml b/lib/python/Plugins/SystemPlugins/WirelessLanSetup/meta/plugin_wlansetup.xml
deleted file mode 100644 (file)
index 2f69672..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<default>
-         <prerequisites>
-                    <tag type="System" />
-         </prerequisites>
-          <info language="en">
-                    <author>ikseong</author>
-                    <name>WirelessLanSetup</name>
-                    <packagename>enigma2-plugin-systemplugins-WirelessLanSetup</packagename>
-                    <shortdescription>Wireless LAN Setup plugin</shortdescription>
-                    <description>Wireless LAN setting and search AP and show status.
-                    </description>
-          </info>
-         <files type="package"> <!-- without version, without .ipk -->
-               <file type="package" name="enigma2-plugin-systemplugins-WirelessLanSetup" />
-       </files>
-
-</default>