author | leseb <leseb> | 2002-04-15 23:12:11 (UTC) |
---|---|---|
committer | leseb <leseb> | 2002-04-15 23:12:11 (UTC) |
commit | d4def4829c4d5734c78f2f732eaf4bf752bec9c7 (patch) (unidiff) | |
tree | 775745531237d7fc3c25041668b8c8755bd94264 | |
parent | c9be8080af549f46a12d2ef083cd56e34f0a5918 (diff) | |
download | opie-d4def4829c4d5734c78f2f732eaf4bf752bec9c7.zip opie-d4def4829c4d5734c78f2f732eaf4bf752bec9c7.tar.gz opie-d4def4829c4d5734c78f2f732eaf4bf752bec9c7.tar.bz2 |
*** empty log message ***
-rw-r--r-- | noncore/games/kpacman/kpacman.pro | 2 | ||||
-rwxr-xr-x | noncore/games/kpacman/opie-kpacman.postinst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/games/kpacman/kpacman.pro b/noncore/games/kpacman/kpacman.pro index 9a0bac3..313d484 100644 --- a/noncore/games/kpacman/kpacman.pro +++ b/noncore/games/kpacman/kpacman.pro | |||
@@ -37,6 +37,6 @@ SOURCES = kpacmanwidget.cpp \ | |||
37 | 37 | ||
38 | INCLUDEPATH+= $(OPIEDIR)/include | 38 | INCLUDEPATH+= $(OPIEDIR)/include |
39 | DEPENDPATH+= $(OPIEDIR)/include | 39 | DEPENDPATH+= $(OPIEDIR)/include |
40 | LIBS += -lqpe -ljpeg | 40 | LIBS += -lqpe |
41 | DESTDIR = $(OPIEDIR)/bin | 41 | DESTDIR = $(OPIEDIR)/bin |
42 | TARGET = kpacman | 42 | TARGET = kpacman |
diff --git a/noncore/games/kpacman/opie-kpacman.postinst b/noncore/games/kpacman/opie-kpacman.postinst index e43013b..64ab624 100755 --- a/noncore/games/kpacman/opie-kpacman.postinst +++ b/noncore/games/kpacman/opie-kpacman.postinst | |||
@@ -2,5 +2,5 @@ | |||
2 | 2 | ||
3 | if [ ! -f $HOME/Settings/kpacman.conf ] | 3 | if [ ! -f $HOME/Settings/kpacman.conf ] |
4 | then | 4 | then |
5 | cp $OPIEDIR/share/kpacman/kpacman.conf $HOME/Settings/ | 5 | cp /opt/QtPalmtop/share/kpacman/kpacman.conf $HOME/Settings/ |
6 | fi | 6 | fi |