Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 205105 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile~ (-4 / +4 lines)
Lines 2-8 Link Here
2
# Makefile for Tango Generator
2
# Makefile for Tango Generator
3
#
3
#
4
PYVER=`python -c "import sys; print sys.version[:3]"`
4
PYVER=`python -c "import sys; print sys.version[:3]"`
5
PREFIX ?= /usr
5
PREFIX ?= ${D}/usr
6
DESTDIR ?= ./
6
DESTDIR ?= ./
7
7
8
all:
8
all:
Lines 14-22 Link Here
14
14
15
install:
15
install:
16
	python setup.py install
16
	python setup.py install
17
	touch /usr/share/icons/hicolor
17
#	touch /usr/share/icons/hicolor
18
	update-mime-database /usr/share/mime
18
#	update-mime-database /usr/share/mime
19
	update-desktop-database /usr/share/applications
19
#	update-desktop-database /usr/share/applications
20
20
21
clean:
21
clean:
22
	python setup.py clean
22
	python setup.py clean

Return to bug 205105