summaryrefslogtreecommitdiff
path: root/noncore/games/kpacman
authorleseb <leseb>2002-04-15 23:12:11 (UTC)
committer leseb <leseb>2002-04-15 23:12:11 (UTC)
commitd4def4829c4d5734c78f2f732eaf4bf752bec9c7 (patch) (side-by-side diff)
tree775745531237d7fc3c25041668b8c8755bd94264 /noncore/games/kpacman
parentc9be8080af549f46a12d2ef083cd56e34f0a5918 (diff)
downloadopie-d4def4829c4d5734c78f2f732eaf4bf752bec9c7.zip
opie-d4def4829c4d5734c78f2f732eaf4bf752bec9c7.tar.gz
opie-d4def4829c4d5734c78f2f732eaf4bf752bec9c7.tar.bz2
*** empty log message ***
Diffstat (limited to 'noncore/games/kpacman') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/kpacman/kpacman.pro2
-rwxr-xr-xnoncore/games/kpacman/opie-kpacman.postinst2
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 \
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lqpe -ljpeg
+LIBS += -lqpe
DESTDIR = $(OPIEDIR)/bin
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 @@
if [ ! -f $HOME/Settings/kpacman.conf ]
then
- cp $OPIEDIR/share/kpacman/kpacman.conf $HOME/Settings/
+ cp /opt/QtPalmtop/share/kpacman/kpacman.conf $HOME/Settings/
fi