Skip to content

Commit

Permalink
added PREFIX to Makefile.cvs
Browse files Browse the repository at this point in the history
svn path=/trunk/core/; revision=40965
  • Loading branch information
Christian Kornacker committed Sep 19, 2007
1 parent e5ba760 commit 4d909b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.cvs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d909b1

Please sign in to comment.