From b90de216481934303fba71deb8edec7a8896defd Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 8 Jul 2021 11:20:04 +0000 Subject: [PATCH] libstatgrab: Make it part of the core system collectd will be using this Signed-off-by: Michael Tremer Signed-off-by: Arne Fitzenreiter --- config/rootfiles/{packages => common}/libstatgrab | 0 lfs/libstatgrab | 4 ---- 2 files changed, 4 deletions(-) rename config/rootfiles/{packages => common}/libstatgrab (100%) diff --git a/config/rootfiles/packages/libstatgrab b/config/rootfiles/common/libstatgrab similarity index 100% rename from config/rootfiles/packages/libstatgrab rename to config/rootfiles/common/libstatgrab diff --git a/lfs/libstatgrab b/lfs/libstatgrab index d21b661604..eef5147732 100644 --- a/lfs/libstatgrab +++ b/lfs/libstatgrab @@ -31,10 +31,6 @@ DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -PROG = libstatgrab -PAK_VER = 3 - -DEPS = ############################################################################### # Top-level Rules -- 2.39.5