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

Collapse All | Expand All

(-)Makefile.bak (-3 / +3 lines)
Lines 3-11 Link Here
3
FINGDB = ./fingerprint.db
3
FINGDB = ./fingerprint.db
4
GOOGLEDB = ./google.db
4
GOOGLEDB = ./google.db
5
SRCMAN = ./hackbot.1.gz
5
SRCMAN = ./hackbot.1.gz
6
DESTPL = /usr/local/bin/
6
DESTPL = ${D}usr/bin/
7
DESTDB = /usr/local/etc/
7
DESTDB = ${D}etc/hackbot/
8
DESTMAN = /usr/local/man/man1/
8
DESTMAN = ${D}usr/man/man1/
9
MKDIR = `which mkdir`
9
MKDIR = `which mkdir`
10
CP = `which cp`
10
CP = `which cp`
11
11

Return to bug 117812