From: Sakari Poussa Date: Sun, 6 Jun 2010 20:39:48 +0000 (+0300) Subject: Add install of .conf backup file X-Git-Url: https://vcs.maemo.org/git/?p=scorecard;a=commitdiff_plain;h=be15cb303c4368100aafa43fb2fcb8a206f804b7 Add install of .conf backup file --- diff --git a/scorecard.pro b/scorecard.pro index a87b279..9c84851 100644 --- a/scorecard.pro +++ b/scorecard.pro @@ -45,11 +45,12 @@ unix { DATADIR = $$PREFIX/data IMGDIR = /usr/share/icons/hicolor MAEMODIR = /usr/share/applications/hildon + BACKUPDIR = /etc/osso-backup/applications DEFINES += DATADIR=\\\"$$DATADIR\\\" PKGDATADIR=\\\"$$PKGDATADIR\\\" #MAKE INSTALL - INSTALLS += target data desktop icon48 + INSTALLS += target data desktop backup icon48 target.path =$$BINDIR @@ -59,6 +60,9 @@ unix { desktop.path = $$MAEMODIR desktop.files += maemo/scorecard.desktop + backup.path = $$BACKUPDIR + backup.files += maemo/scorecard.conf + iconxpm.path = /usr/share/pixmap iconxpm.files += images/scorecard.xpm