AnalogTerm2: Fix makefile install for fonts
authorMatthew Mondor <mmondor@pulsar-zone.net>
Tue, 2 May 2023 07:00:02 +0000 (07:00 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Tue, 2 May 2023 07:00:02 +0000 (07:00 +0000)
mmsoftware/analogterm2/GNUmakefile

index f013045..ebae987 100644 (file)
@@ -85,7 +85,7 @@ install:
        $(INSTALL) -c -o 0 -g 0 -m 755 $(BIN) $(PREFIX)/bin
        $(INSTALL) -d -o 0 -g 0 -m 755 $(PREFIX)/share/analogterm2
        for f in $(FONTS); do \
-               echo $(INSTALL) -c -o 0 -g 0 -m 644 $$f $(PREFIX)/share/analogterm2 ; \
+               $(INSTALL) -c -o 0 -g 0 -m 644 $$f $(PREFIX)/share/analogterm2 ; \
        done
 
 clean: