1 --- cardapio.old/Makefile 2011-09-22 19:12:57.000000000 -0300
2 +++ cardapio/Makefile 2011-11-15 00:09:05.264027459 -0300
4 -PYTHON = `which python`
5 +PYTHON = `which python2`
10 @echo "make clean - Get rid of scratch and byte files"
12 install: install_docky_helper
13 - python -m compileall src/
14 - python -m compileall src/plugins/
15 - python -m compileall src/gnomepanel/
16 - python -m compileall src/docky/
17 + python2 -m compileall src/
18 + python2 -m compileall src/plugins/
19 + python2 -m compileall src/gnomepanel/
20 + python2 -m compileall src/docky/
22 # remove old files which have been renamed or moved to another package
23 rm -rf $(PREFIX)/lib/cardapio/cardapio.py