author | kergoth <kergoth> | 2002-10-20 22:48:25 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-10-20 22:48:25 (UTC) |
commit | b9d42038a1b8ff22348b527d3283e3cafa8b31af (patch) (side-by-side diff) | |
tree | a2629dc0d074de411f9ccc0dcd8f98067f04a702 | |
parent | 9bbc3d997fca39d9ab53541376737b016007685b (diff) | |
download | opie-b9d42038a1b8ff22348b527d3283e3cafa8b31af.zip opie-b9d42038a1b8ff22348b527d3283e3cafa8b31af.tar.gz opie-b9d42038a1b8ff22348b527d3283e3cafa8b31af.tar.bz2 |
Removing inconsistencies
-rw-r--r-- | noncore/settings/backup/backup.pro | 4 | ||||
-rw-r--r-- | noncore/settings/backup/opie-backup.control | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/noncore/settings/backup/backup.pro b/noncore/settings/backup/backup.pro index ca004b8..8259195 100644 --- a/noncore/settings/backup/backup.pro +++ b/noncore/settings/backup/backup.pro @@ -1,11 +1,11 @@ TEMPLATE = app #CONFIG = qt warn_on debug CONFIG = qt warn_on release HEADERS = backuprestore.h SOURCES = main.cpp backuprestore.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = backuprestorebase.ui -TARGET = backupandrestore -DESTDIR = $(OPIEDIR)/bin
\ No newline at end of file +TARGET = backup +DESTDIR = $(OPIEDIR)/bin diff --git a/noncore/settings/backup/opie-backup.control b/noncore/settings/backup/opie-backup.control index 7f2c371..9fcfa6c 100644 --- a/noncore/settings/backup/opie-backup.control +++ b/noncore/settings/backup/opie-backup.control @@ -1,8 +1,8 @@ -Files: bin/backupandrestore pics/backupandrestore apps/Settings/backupandrestore.desktop +Files: bin/backup pics/backup apps/Settings/backup.desktop Priority: optional Version: $QPE_VERSION-$SUB_VERSION Depends: opie-base ($QPE_VERSION) Architecture: arm Maintainer: Benjamin Meyer <meyerb@sharpsec.com> Section: opie/Settings Description: Backup and Restore utility. |