remove '@' in front of the command; do create backup configuration directory
authormishas <mikhail.sobolev@gmail.com>
Wed, 28 Mar 2007 10:02:44 +0000 (10:02 +0000)
committermishas <mikhail.sobolev@gmail.com>
Wed, 28 Mar 2007 10:02:44 +0000 (10:02 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@130 3ba93dab-e023-0410-b42a-de7732cf370a

Makefile

index 46a4255..5cf169f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ install: $(TARGET)
        install -m 0644 $(DESKTOP_FILE) $(DESTDIR)/usr/share/applications/hildon-home
        install -d $(DESTDIR)/usr/lib/hildon-home
        install -m 0644 $(TARGET) $(DESTDIR)/usr/lib/hildon-home
-       @install -m 0644 $(BACKUP_CONF) $(DESTDIR)/etc/osso-backup/applications/simple-launcher.conf
+       install -d $(DESTDIR)/etc/osso-backup/applications
+       install -m 0644 $(BACKUP_CONF) $(DESTDIR)/etc/osso-backup/applications/simple-launcher.conf
 
 -include *.d