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