summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2011-09-22 17:42:05 +0200
committerJustin Davis <jrcd83@gmail.com>2011-09-22 17:42:05 +0200
commit4c9fde183087d94d3f11ba5419cba530ffb20fc0 (patch)
treef46bd16b3deee2a8d53d6d900a547782ca3e4318 /Makefile
parent43630edb189894cac94ee035c78976701b12ee01 (diff)
downloadgenpkg-4c9fde183087d94d3f11ba5419cba530ffb20fc0.tar.gz
genpkg-4c9fde183087d94d3f11ba5419cba530ffb20fc0.tar.xz
Added missing period in tweak message.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 374d83a..c359f90 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ tweakmeta: $(PKGS)/$(PKG)/PKGMETA
$(BIN)/tweakmeta >PKGMETA.new <'$(TWEAKS)/$(PKG)'; \
mv PKGMETA PKGMETA.old; \
mv PKGMETA.new PKGMETA; \
- echo 'Tweaked PKGMETA with tweaks/$(PKG)'; \
+ echo 'Tweaked PKGMETA with tweaks/$(PKG).'; \
fi
$(PKGS)/$(PKG)/PKGMETA: prepare