Skip to content

Commit 5aefb1b

Browse files
committed
[Build] Change dkms configuration to install into /usr/bin/
1 parent 1804887 commit 5aefb1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dkms.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ MAKE[0]="make -C $source_tree/$PACKAGE_NAME-$PACKAGE_VERSION KERNELDIR=$kernel_s
1717
DAEMON="\$source_tree/\$PACKAGE_NAME-\$PACKAGE_VERSION/build/corefreqd"
1818
CLIENT="\$source_tree/\$PACKAGE_NAME-\$PACKAGE_VERSION/build/corefreq-cli"
1919
SCRIPT="scripter.sh"
20-
COMMAND="install -Dm 0755 -s -t /bin"
20+
COMMAND="install -Dm 0755 -s -t /usr/bin"
2121
OBJECTS="\$source_tree/\$PACKAGE_NAME-\$PACKAGE_VERSION/build/*.o"
22-
BINARIES="/bin/corefreqd /bin/corefreq-cli"
22+
BINARIES="/usr/bin/corefreqd /usr/bin/corefreq-cli"
2323
CLEANUP="rm -f"
2424
#
2525
POST_INSTALL="$SCRIPT $CLEANUP -- $OBJECTS"

0 commit comments

Comments
 (0)