[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] /srv/bzr/gsrc/trunk r2320: add leading spaces to BLURB in
From: |
Brandon Invergo |
Subject: |
[Gsrc-commit] /srv/bzr/gsrc/trunk r2320: add leading spaces to BLURB in pkg-info |
Date: |
Sat, 20 Apr 2013 12:24:43 +0200 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 2320
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sat 2013-04-20 12:24:43 +0200
message:
add leading spaces to BLURB in pkg-info
modified:
gar.mk
=== modified file 'gar.mk'
--- a/gar.mk 2013-04-13 08:41:59 +0000
+++ b/gar.mk 2013-04-20 10:24:43 +0000
@@ -134,7 +134,7 @@
@printf "$(MSG)Version:$(OFF) $(GARVERSION)$(if
$(PATCHNUM),-$(PATCHNUM))\n"
@printf "$(MSG)URL:$(OFF) $(subst %,%%,$(HOME_URL))\n"
@printf "$(MSG)Description:$(OFF)\n"
- @printf '$(if $(BLURB),$(subst %,%%,$(subst $(newline),\n,$(BLURB))),
$(DESCRIPTION))\n'
+ @printf ' $(if $(BLURB),$(subst %,%%,$(subst $(newline),\n ,$(BLURB))),
$(DESCRIPTION))\n'
@($(MAKE) install-p >/dev/null 2>/dev/null && \
printf "$(MSG)Status$(OFF): installed (stowed)\n") || \
($(MAKE) reinstall-p >/dev/null 2>/dev/null && \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] /srv/bzr/gsrc/trunk r2320: add leading spaces to BLURB in pkg-info,
Brandon Invergo <=