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.

14 lines
408 B

  1. --- ./Makefile-orig 2002-03-13 21:22:55.000000000 +0100
  2. +++ ./Makefile 2006-03-19 04:27:38.000000000 +0100
  3. @@ -21,9 +21,9 @@
  4. VERSION=$(shell egrep "tiotest v[0-9]+.[0-9]+" tiotest.c | cut -d " " -f 7 | sed "s/v//g")
  5. DISTNAME=$(PROJECT)-$(VERSION)
  6. INSTALL=install
  7. -PREFIX=/usr/local
  8. +PREFIX=/usr/
  9. BINDIR=$(PREFIX)/bin
  10. -DOCDIR=/usr/local/doc/$(DISTNAME)
  11. +DOCDIR=/usr/share/doc/$(DISTNAME)
  12. all: $(EXE)