updated on Sun Jan 22 12:09:12 UTC 2012
[aur-mirror.git] / cardapio / Makefile.patch
blob780db4244e61e8ae961555985d050f54d3da6732
1 --- cardapio.old/Makefile 2011-09-22 19:12:57.000000000 -0300
2 +++ cardapio/Makefile 2011-11-15 00:09:05.264027459 -0300
3 @@ -1,4 +1,4 @@
4 -PYTHON = `which python`
5 +PYTHON = `which python2`
7 ifeq ($(DESTDIR),)
8 DESTDIR =
9 @@ -15,10 +15,10 @@
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