From: Michael Tremer Date: Sun, 19 Aug 2012 22:14:35 +0000 (-0400) Subject: cmake: Relocate to /usr. X-Git-Tag: v2.13-beta1~235 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c2a686313273815e36afa52e7a05f9e517ae545b;p=people%2Fstevee%2Fipfire-2.x.git cmake: Relocate to /usr. --- diff --git a/lfs/cmake b/lfs/cmake index 6b7aff61ce..587396538d 100644 --- a/lfs/cmake +++ b/lfs/cmake @@ -70,7 +70,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./bootstrap + cd $(DIR_APP) && ./bootstrap --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)