By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1146
Collapse All | Expand All

(-)fusion-icon/Makefile.ori (-1 / +2 lines)
Lines 1-12 Link Here
1
PREFIX = '/usr'
1
PREFIX = '/usr'
2
DESTDIR = '/'
2
DESTDIR = '/'
3
PYTHON_SITELIB = '/usr/lib/python2.7/site-packages'
3
#interfaces = 'gtk qt4'
4
#interfaces = 'gtk qt4'
4
5
5
all:
6
all:
6
	@python setup.py build
7
	@python setup.py build
7
8
8
install:
9
install:
9
	@python setup.py install --prefix=${PREFIX} --root=${DESTDIR}
10
	@python setup.py install --prefix=${PREFIX} --root=${DESTDIR} --install-lib=${PYTHON_SITELIB}
10
11
11
uninstall:
12
uninstall:
12
	@python setup.py uninstall
13
	@python setup.py uninstall

Return to bug 1146