Skip to content

Commit

Permalink
[Build] Change dkms configuration to install into /usr/bin/
Browse files Browse the repository at this point in the history
  • Loading branch information
cyring committed Jul 24, 2024
1 parent 1804887 commit 5aefb1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dkms.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5aefb1b

Please sign in to comment.