diff --git a/config/rootfiles/common/i586/dmidecode b/config/rootfiles/common/i586/dmidecode new file mode 120000 index 000000000..3fac6e3db --- /dev/null +++ b/config/rootfiles/common/i586/dmidecode @@ -0,0 +1 @@ +../x86_64/dmidecode \ No newline at end of file diff --git a/config/rootfiles/packages/dmidecode b/config/rootfiles/common/x86_64/dmidecode similarity index 100% rename from config/rootfiles/packages/dmidecode rename to config/rootfiles/common/x86_64/dmidecode diff --git a/lfs/dmidecode b/lfs/dmidecode index e5354d6f4..a2dcc2357 100644 --- a/lfs/dmidecode +++ b/lfs/dmidecode @@ -32,10 +32,6 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = i586 x86_64 -PROG = dmidecode -PAK_VER = 1 - -DEPS = "" ############################################################################### # Top-level Rules @@ -54,9 +50,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) -dist:. - $(PAK) - ############################################################################### # Downloading, checking, md5sum ###############################################################################