From: Uwe Hermann Date: Tue, 29 May 2012 22:05:37 +0000 (+0200) Subject: Install firmware to /usr/local/share/sigrok-firmware. X-Git-Url: http://sigrok.org/gitweb/?p=sigrok-firmware.git;a=commitdiff_plain;h=b928593d92fcd28636296cc4d1a419126111ceec Install firmware to /usr/local/share/sigrok-firmware. --- diff --git a/Makefile b/Makefile index 95d94ab..8d8bef4 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ VERSION = "0.1.0" -DESTDIR ?= /usr/local/share/libsigrok/firmware +DESTDIR ?= /usr/local/share/sigrok-firmware TARBALLDIR = sigrok-firmwares-$(VERSION) diff --git a/README b/README index d252418..72f2614 100644 --- a/README +++ b/README @@ -16,7 +16,7 @@ You can install the firmware files like this: $ make install -This will install them into /usr/local/share/libsigrok/firmware per default. +This will install them into /usr/local/share/sigrok-firmware per default. You can override the install directory like this: