Fix the last commit and fix spelling error. Thanks Brice Goglin for the spelling catch.
This commit is contained in:
parent
7770385a76
commit
5a669d9008
4
xsfbs.mk
4
xsfbs.mk
|
@ -138,9 +138,9 @@ stampdir_targets+=patch
|
||||||
patch: $(STAMP_DIR)/patch
|
patch: $(STAMP_DIR)/patch
|
||||||
$(STAMP_DIR)/patch: $(STAMP_DIR)/prepare
|
$(STAMP_DIR)/patch: $(STAMP_DIR)/prepare
|
||||||
if ! [ `which quilt` ]; then \
|
if ! [ `which quilt` ]; then \
|
||||||
echo "Couldn't find quilt. Please install it or add it to the build-depneds for this package." \
|
echo "Couldn't find quilt. Please install it or add it to the build-depends for this package."; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
fi \
|
fi; \
|
||||||
if quilt next; then \
|
if quilt next; then \
|
||||||
echo -n "Applying patches..."; \
|
echo -n "Applying patches..."; \
|
||||||
if quilt push -a -v >$(STAMP_DIR)/log/patch 2>&1; then \
|
if quilt push -a -v >$(STAMP_DIR)/log/patch 2>&1; then \
|
||||||
|
|
Loading…
Reference in New Issue