fixed path issue in Makefile
[wifi-assistant] / package / Makefile
index 2e345ac..220ec0f 100644 (file)
@@ -20,7 +20,7 @@ install:
        ln -s ../lib/daemon.sh ${DESTDIR}/opt/wifi-assistant/bin/wifi-assistant-daemon
        cp -r src/* ${DESTDIR}/opt/wifi-assistant/lib/
        chown -R root:root ${DESTDIR}/opt/wifi-assistant/lib/
-       install -D -m 0644 -o root -g root src/wifi_assistant/*.py* ${DESTDIR}/opt/wifi-assistant/lib/wifi-assistant/
+       install -D -m 0644 -o root -g root src/wifi_assistant/*.py* ${DESTDIR}/opt/wifi-assistant/lib/wifi_assistant/
        install -D -m 0644 -o root -g root src/*.sh* ${DESTDIR}/opt/wifi-assistant/lib/
        install -D -m 0644 -o root -g root share/wifi-assistant-64.png ${DESTDIR}/usr/share/icons/hicolor/scalable/hildon/wifi-assistant.png
        install -D -m 0644 -o root -g root share/wifi-assistant-48.png ${DESTDIR}/usr/share/icons/hicolor/48x48/hildon/wifi-assistant.png