Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Commit

Permalink
script: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Javinator9889 committed Dec 9, 2020
1 parent 627087a commit 83dd49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
Expand Up @@ -44,7 +44,7 @@ make O=out ${MAKE_OPTS} CFLAGS="${CCFLAGS}" CXXFLAGS="${CCXXFLAGS}" distclean ${
echo "Creating tools package..."
cd tools/
make cpupower intel-speed-select pci perf bootconfig tmon usb x86_energy_perf_policy
sudo checkinstall -D --pkgname "linux-tools-thdkernel-${KV}" --pkgversion "${KV}" --pakdir .. --gzman -y --install=no --maintainer dev@javinator9889.com --exclude /root /media make cpupower_install intel-speed-select_install pci_install perf_install bootconfig_install tmon_install usb_install x86_energy_perf_policy_install
sudo checkinstall -D --pkgname "linux-tools-thdkernel-${KV}" --pkgversion "${KV}" --pakdir .. --gzman -y --install=no --maintainer dev@javinator9889.com --exclude /root --exclude /media make cpupower_install intel-speed-select_install pci_install perf_install bootconfig_install tmon_install usb_install x86_energy_perf_policy_install
cd ..
sudo chown $USER:$USER *.deb
# cd tools/
Expand Down

0 comments on commit 83dd49c

Please sign in to comment.