author | harlekin <harlekin> | 2002-07-09 09:14:31 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-07-09 09:14:31 (UTC) |
commit | c0d304c69f6c42328472cd1328d9cad7c2ed4dfb (patch) (unidiff) | |
tree | 6d1e8134a11d9988121738295aa557dee98bf29d | |
parent | 577841e20b5657411194d74a143b0319fc05cda3 (diff) | |
download | opie-c0d304c69f6c42328472cd1328d9cad7c2ed4dfb.zip opie-c0d304c69f6c42328472cd1328d9cad7c2ed4dfb.tar.gz opie-c0d304c69f6c42328472cd1328d9cad7c2ed4dfb.tar.bz2 |
fixed pro and control file, does build ipk now
-rw-r--r-- | noncore/apps/opie-reader/opie-reader.control | 2 | ||||
-rw-r--r-- | noncore/apps/opie-reader/opie-reader.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/opie-reader/opie-reader.control b/noncore/apps/opie-reader/opie-reader.control index 1c28648..92d1faa 100644 --- a/noncore/apps/opie-reader/opie-reader.control +++ b/noncore/apps/opie-reader/opie-reader.control | |||
@@ -1,4 +1,4 @@ | |||
1 | Files: bin/uqtreader apps/Applications/uqtreader.desktop pics/uqtreader.png pics/panel-arrow-down.png | 1 | Files: bin/reader apps/Applications/opie-reader.desktop pics/opie-reader/* |
2 | Priority: optional | 2 | Priority: optional |
3 | Section: applications | 3 | Section: applications |
4 | Maintainer: Tim Wentford <timwentford@hotmail.com> | 4 | Maintainer: Tim Wentford <timwentford@hotmail.com> |
diff --git a/noncore/apps/opie-reader/opie-reader.pro b/noncore/apps/opie-reader/opie-reader.pro index c4a87a4..5d074c3 100644 --- a/noncore/apps/opie-reader/opie-reader.pro +++ b/noncore/apps/opie-reader/opie-reader.pro | |||
@@ -43,6 +43,6 @@ INTERFACES = | |||
43 | DESTDIR = $(OPIEDIR)/bin | 43 | DESTDIR = $(OPIEDIR)/bin |
44 | INCLUDEPATH+= $(OPIEDIR)/include | 44 | INCLUDEPATH+= $(OPIEDIR)/include |
45 | DEPENDPATH+= $(OPIEDIR)/include | 45 | DEPENDPATH+= $(OPIEDIR)/include |
46 | TARGET = uqtreader | 46 | TARGET = reader |
47 | LIBS += -lqpe | 47 | LIBS += -lqpe |
48 | 48 | ||