mkdir all the directories to which we install files, not just some of them
[browser-switch] / config-ui / Makefile
index 3ead186..c88c3bf 100644 (file)
@@ -50,7 +50,8 @@ strip: $(PLUGIN)
        strip $(PLUGIN)
 
 install: all
-       mkdir -p $(DESTDIR)$(PREFIX)/share/hildon-control-panel
+       mkdir -p $(DESTDIR)$(PREFIX)/lib/hildon-control-panel
+       mkdir -p $(DESTDIR)$(PREFIX)/share/applications/hildon-control-panel
        install -c -m 0755 $(PLUGIN) $(DESTDIR)$(PREFIX)/lib/hildon-control-panel
        install -c -m 0644 $(APP).desktop $(DESTDIR)$(PREFIX)/share/applications/hildon-control-panel