mirror of the now-defunct rocklinux.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- ./Makefile-orig 2002-03-13 21:22:55.000000000 +0100
|
|
+++ ./Makefile 2006-03-19 04:27:38.000000000 +0100
|
|
@@ -21,9 +21,9 @@
|
|
VERSION=$(shell egrep "tiotest v[0-9]+.[0-9]+" tiotest.c | cut -d " " -f 7 | sed "s/v//g")
|
|
DISTNAME=$(PROJECT)-$(VERSION)
|
|
INSTALL=install
|
|
-PREFIX=/usr/local
|
|
+PREFIX=/usr/
|
|
BINDIR=$(PREFIX)/bin
|
|
-DOCDIR=/usr/local/doc/$(DISTNAME)
|
|
+DOCDIR=/usr/share/doc/$(DISTNAME)
|
|
|
|
all: $(EXE)
|
|
|