Revision: 7952
          http://sourceforge.net/p/ipcop/svn/7952
Author:   owes
Date:     2015-03-24 18:56:01 +0000 (Tue, 24 Mar 2015)
Log Message:
-----------
Update which to 2.21. Not used in ISO.

Modified Paths:
--------------
    ipcop/trunk/lfs/which

Modified: ipcop/trunk/lfs/which
===================================================================
--- ipcop/trunk/lfs/which       2015-03-23 09:33:54 UTC (rev 7951)
+++ ipcop/trunk/lfs/which       2015-03-24 18:56:01 UTC (rev 7952)
@@ -33,7 +33,7 @@
 include Config
 
 PKG_NAME   = which
-VER        = 2.20
+VER        = 2.21
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
@@ -51,7 +51,7 @@
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 95be0501a466e515422cde4af46b2744
+$(DL_FILE)_MD5 = 097ff1a324ae02e0a3b0369f07a7544a
 
 install : $(TARGET)
 
@@ -80,7 +80,7 @@
 
 $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
-       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
 
        cd $(DIR_APP) && ./configure --prefix=/usr
        cd $(DIR_APP) && make

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to