]> sigrok.org Git - sigrok-firmware.git/commitdiff
Install firmware to /usr/local/share/sigrok-firmware.
authorUwe Hermann <redacted>
Tue, 29 May 2012 22:05:37 +0000 (00:05 +0200)
committerUwe Hermann <redacted>
Tue, 29 May 2012 22:09:10 +0000 (00:09 +0200)
Makefile
README

index 95d94ab50793b4ae55698038d9dd48e683cd118a..8d8bef4b7058e81c1227e1a07c7ea75fcb7446a4 100644 (file)
--- 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 d252418471320085079df10ca41f529e08ee5dbf..72f2614897826f78ce3d392b700214c064145675 100644 (file)
--- 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: