]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/shadow
Zwischencommit fuer LFS. Noch zahlreiche Errors :(
[ipfire-2.x.git] / lfs / shadow
index 477a0d83e8d15222a97618d4fba812ce39fedd76..93a7576de0f193c30af4ad7aa10c4c430407076e 100644 (file)
@@ -71,7 +71,7 @@ $(subst %,%_MD5,$(objects)) :
 
 $(TARGET) : $(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 jxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure --libdir=/lib --enable-shared --without-selinux --disable-nls
        cd $(DIR_APP) && sed -i 's/groups$(EXEEXT) //' src/Makefile
        cd $(DIR_APP) && find man -name Makefile -exec sed -i '/groups/d' {} \;