X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fcmake;h=587396538ddd929da40aef1be156ed42e75cd1fd;hp=6b7aff61cef6c513094309478d1316bb6d7e06e3;hb=835a1e2863fac9065690b5a79c0ca120f398e533;hpb=a409c362c6da97487151fd8e8c19ca10d64eae1e diff --git a/lfs/cmake b/lfs/cmake index 6b7aff61c..587396538 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)