From 9207afd8832f5245c566518fdb8264e15d79ad69 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 21 Aug 2024 16:17:22 +0200 Subject: [PATCH] core188: Ship lang.pl Signed-off-by: Michael Tremer --- config/cfgroot/lang.pl | 2 +- config/rootfiles/core/188/filelists/files | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/cfgroot/lang.pl b/config/cfgroot/lang.pl index 2c3b8bbae..4e39cd8da 100644 --- a/config/cfgroot/lang.pl +++ b/config/cfgroot/lang.pl @@ -9,7 +9,7 @@ # package Lang; -require 'CONFIG_ROOT/general-functions.pl'; +require '/var/ipfire/general-functions.pl'; use strict; ### A cache file to avoid long recalculation diff --git a/config/rootfiles/core/188/filelists/files b/config/rootfiles/core/188/filelists/files index 702deefc1..05235c2f4 100644 --- a/config/rootfiles/core/188/filelists/files +++ b/config/rootfiles/core/188/filelists/files @@ -13,4 +13,5 @@ var/ipfire/backup/bin/backup.pl var/ipfire/general-functions.pl var/ipfire/graphs.pl var/ipfire/header.pl +var/ipfire/lang.pl var/ipfire/network-functions.pl -- 2.39.5