From 4d909b166f2093656df7c669eec7da63925a5f84 Mon Sep 17 00:00:00 2001 From: Christian Kornacker Date: Wed, 19 Sep 2007 11:07:47 +0000 Subject: [PATCH] added PREFIX to Makefile.cvs svn path=/trunk/core/; revision=40965 --- Makefile.cvs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.cvs b/Makefile.cvs index fe398570e..24f85ac67 100644 --- a/Makefile.cvs +++ b/Makefile.cvs @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf