]> sigrok.org Git - sigrok-firmware.git/commitdiff
Revert s/sigrok-firmware/sigrok-firmwares/.
authorUwe Hermann <redacted>
Tue, 29 May 2012 22:10:21 +0000 (00:10 +0200)
committerUwe Hermann <redacted>
Tue, 29 May 2012 22:10:21 +0000 (00:10 +0200)
We'll call the package 'sigrok-firmware', and rename the repo to
'sigrok-firmware', too.

Makefile

index 8d8bef4b7058e81c1227e1a07c7ea75fcb7446a4..c5f5114f65d8c030b8863caf017c611bc0199865 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ VERSION = "0.1.0"
 
 DESTDIR ?= /usr/local/share/sigrok-firmware
 
-TARBALLDIR = sigrok-firmwares-$(VERSION)
+TARBALLDIR = sigrok-firmware-$(VERSION)
 
 all:
        @echo "Valid Makefile targets: ChangeLog, dist, install."