From: root Date: Mon, 1 Dec 2008 22:21:26 +0000 (+0100) Subject: Fixed streamripper lfs X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=68adea6ba1726841bb6c0c3f045e160a35d1bde7 Fixed streamripper lfs --- diff --git a/lfs/streamripper b/lfs/streamripper index 55efd4006..050e8a983 100644 --- a/lfs/streamripper +++ b/lfs/streamripper @@ -77,7 +77,7 @@ dist: $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure prefix=/usr + cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)