diff --git a/config/rootfiles/common/armv5tel/python3 b/config/rootfiles/packages/armv5tel/python3 similarity index 100% rename from config/rootfiles/common/armv5tel/python3 rename to config/rootfiles/packages/armv5tel/python3 diff --git a/config/rootfiles/common/i586/python3 b/config/rootfiles/packages/i586/python3 similarity index 100% rename from config/rootfiles/common/i586/python3 rename to config/rootfiles/packages/i586/python3 diff --git a/config/rootfiles/common/x86_64/python3 b/config/rootfiles/packages/x86_64/python3 similarity index 100% rename from config/rootfiles/common/x86_64/python3 rename to config/rootfiles/packages/x86_64/python3 diff --git a/lfs/python3 b/lfs/python3 index 326acf309..68210623c 100644 --- a/lfs/python3 +++ b/lfs/python3 @@ -31,6 +31,10 @@ DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +PROG = python3 +PAK_VER = 1 + +DEPS = "" ############################################################################### # Top-level Rules @@ -50,6 +54,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) +dist: + @$(PAK) + ############################################################################### # Downloading, checking, md5sum ###############################################################################