-rwxr-xr-x | noncore/games/kpacman/opie-kpacman.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/games/kpacman/opie-kpacman.postinst b/noncore/games/kpacman/opie-kpacman.postinst index ead1ef8..e43013b 100755 --- a/noncore/games/kpacman/opie-kpacman.postinst +++ b/noncore/games/kpacman/opie-kpacman.postinst @@ -1,6 +1,6 @@ #!/bin/sh if [ ! -f $HOME/Settings/kpacman.conf ] then - cp $QPEDIR/share/kpacman/kpacman.conf $HOME/Settings/ + cp $OPIEDIR/share/kpacman/kpacman.conf $HOME/Settings/ fi |