1 # --- T2-COPYRIGHT-BEGIN ---
2 # t2/package/*/tlp/hotfix-install.patch
3 # Copyright (C) 2025 The T2 SDE Project
4 # SPDX-License-Identifier: GPL-2.0 or patched project license
5 # --- T2-COPYRIGHT-END ---
7 --- TLP-1.7.0/Makefile.vanilla 2025-01-03 19:25:17.440001415 -0500
8 +++ TLP-1.7.0/Makefile 2025-01-03 19:31:26.776672271 -0500
10 install -m 755 tlp-run-on $(_BIN)/run-on-ac
11 ln -sf run-on-ac $(_BIN)/run-on-bat
12 install -m 755 tlp-stat $(_BIN)/
13 - install -D -m 755 -t $(_TLIB)/func.d func.d/*
14 + mkdir -p $(_TLIB)/func.d
15 + install -D -m 755 func.d/* -t $(_TLIB)/func.d
16 install -m 755 tlp-func-base $(_TLIB)/
17 - install -D -m 755 -t $(_TLIB)/bat.d bat.d/*
18 + mkdir -p $(_TLIB)/bat.d
19 + install -D -m 755 bat.d/* -t $(_TLIB)/bat.d
20 install -m 755 tlp-pcilist $(_TLIB)/
21 install -m 755 tlp-readconfs $(_TLIB)/
22 install -m 755 tlp-usblist $(_TLIB)/