diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/childsplay_plugins/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/childsplay_plugins/files/patch-Makefile b/games/childsplay_plugins/files/patch-Makefile index a15980f02..e02280ccb 100644 --- a/games/childsplay_plugins/files/patch-Makefile +++ b/games/childsplay_plugins/files/patch-Makefile @@ -2,7 +2,7 @@ +++ Makefile Sat May 7 23:04:02 2005 @@ -0,0 +1,9 @@ +PYTHON = /usr/bin/env python -+CPDIR=${X11BASE}/childsplay ++CPDIR=${LOCALBASE}/childsplay + +all: + echo "Compiling modules to bytecode..." |