We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1804887 commit 5aefb1bCopy full SHA for 5aefb1b
dkms.conf
@@ -17,9 +17,9 @@ MAKE[0]="make -C $source_tree/$PACKAGE_NAME-$PACKAGE_VERSION KERNELDIR=$kernel_s
17
DAEMON="\$source_tree/\$PACKAGE_NAME-\$PACKAGE_VERSION/build/corefreqd"
18
CLIENT="\$source_tree/\$PACKAGE_NAME-\$PACKAGE_VERSION/build/corefreq-cli"
19
SCRIPT="scripter.sh"
20
-COMMAND="install -Dm 0755 -s -t /bin"
+COMMAND="install -Dm 0755 -s -t /usr/bin"
21
OBJECTS="\$source_tree/\$PACKAGE_NAME-\$PACKAGE_VERSION/build/*.o"
22
-BINARIES="/bin/corefreqd /bin/corefreq-cli"
+BINARIES="/usr/bin/corefreqd /usr/bin/corefreq-cli"
23
CLEANUP="rm -f"
24
#
25
POST_INSTALL="$SCRIPT $CLEANUP -- $OBJECTS"
0 commit comments