From: Nikita Zlobin Date: Tue, 28 Dec 2010 19:57:15 +0000 (+0500) Subject: Installation script and instruction X-Git-Url: https://repo.or.cz/w/jack_freewheel_button.git/commitdiff_plain/47d7a7616f9cec8a6919e57de2435452c3bd5ba6 Installation script and instruction --- diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..150cd33 --- /dev/null +++ b/INSTALL @@ -0,0 +1,2 @@ +Change prefix value in file "install", then run: + sudo ./install diff --git a/install b/install new file mode 100755 index 0000000..a967509 --- /dev/null +++ b/install @@ -0,0 +1,5 @@ +#!/bin/bash + +prefix=/usr + +cp -f ./jack_freewheel_button $prefix/bin/ \ No newline at end of file