mkdir all the directories to which we install files, not just some of them
authorSteven Luo <steven+maemo@steven676.net>
Fri, 18 Dec 2009 10:25:26 +0000 (02:25 -0800)
committerSteven Luo <steven+maemo@steven676.net>
Fri, 18 Dec 2009 10:25:26 +0000 (02:25 -0800)
Makefile
config-ui/Makefile

index 82a001b..d12b7d7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@ strip: $(APP)
 
 install: all
        mkdir -p $(DESTDIR)$(PREFIX)/bin
+       mkdir -p $(DESTDIR)$(PREFIX)/share/dbus-1/services
        install -c -m 0755 browser-switchboard $(DESTDIR)$(PREFIX)/bin
        install -c -m 0644 com.nokia.osso_browser.service $(DESTDIR)$(PREFIX)/share/dbus-1/services
        install -c -m 0755 browser $(DESTDIR)$(PREFIX)/bin
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