Skip to content

Commit

Permalink
custombuild
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalLumberjack committed Jun 13, 2014
1 parent b57529c commit 04a4e8c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions utils/custombuild
@@ -0,0 +1,13 @@

#!/bin/sh

sudo modprobe -r mk_arcade_joystick_rpi

sudo dkms remove -m mk_arcade_joystick_rpi -v 0.1.0 --all

sudo dkms build -m mk_arcade_joystick_rpi -v 0.1.0

cat /var/lib/dkms/mk_arcade_joystick_rpi/0.1.0/build/make.log

sudo dkms install -m mk_arcade_joystick_rpi -v 0.1.0

0 comments on commit 04a4e8c

Please sign in to comment.