From: kremlin Date: Sat, 11 Feb 2017 04:18:23 +0000 (-0600) Subject: add install script -- installs to system src tree X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=bbb-usb.git;a=commitdiff_plain;h=fc09e179fd7a873f3f57c675a8fc9becaab4f903;ds=sidebyside add install script -- installs to system src tree --- diff --git a/misc/install.sh b/misc/install.sh index 30764de..f771504 100755 --- a/misc/install.sh +++ b/misc/install.sh @@ -1,4 +1,4 @@ #!/bin/ksh -cd $(dirname "$0") -pwd +cd $(dirname "$0")/.. +cp -R src/* /tmp/usr/src