summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyrIng <labs@cyring.fr>2024-07-24 02:48:28 +0200
committerCyrIng <labs@cyring.fr>2024-07-24 02:48:28 +0200
commit5aefb1b6c966f2d1fd973c42e37e7d832c7d5f07 (patch)
treec36f38c7d92082083409c7f4d7e6b1256f075261
parent1804887cc7bb1b5a1bd22c0925494c0786d73233 (diff)
[Build] Change dkms configuration to install into /usr/bin/1.98.0
-rw-r--r--dkms.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/dkms.conf b/dkms.conf
index 0cb7fa2..a648bcb 100644
--- a/dkms.conf
+++ b/dkms.conf
@@ -17,9 +17,9 @@ MAKE[0]="make -C $source_tree/$PACKAGE_NAME-$PACKAGE_VERSION KERNELDIR=$kernel_s
DAEMON="\$source_tree/\$PACKAGE_NAME-\$PACKAGE_VERSION/build/corefreqd"
CLIENT="\$source_tree/\$PACKAGE_NAME-\$PACKAGE_VERSION/build/corefreq-cli"
SCRIPT="scripter.sh"
-COMMAND="install -Dm 0755 -s -t /bin"
+COMMAND="install -Dm 0755 -s -t /usr/bin"
OBJECTS="\$source_tree/\$PACKAGE_NAME-\$PACKAGE_VERSION/build/*.o"
-BINARIES="/bin/corefreqd /bin/corefreq-cli"
+BINARIES="/usr/bin/corefreqd /usr/bin/corefreq-cli"
CLEANUP="rm -f"
#
POST_INSTALL="$SCRIPT $CLEANUP -- $OBJECTS"