From: mishas Date: Wed, 28 Mar 2007 10:02:44 +0000 (+0000) Subject: remove '@' in front of the command; do create backup configuration directory X-Git-Url: http://vcs.maemo.org/git/?p=simple-launcher;a=commitdiff_plain;h=64824ee0d49f15f057dc86e3b4e97e9a062a86a0 remove '@' in front of the command; do create backup configuration directory git-svn-id: file:///svnroot/simple-launcher/trunk@130 3ba93dab-e023-0410-b42a-de7732cf370a --- diff --git a/Makefile b/Makefile index 46a4255..5cf169f 100644 --- 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