mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
Fixed typos in previous checkin.
This commit is contained in:
parent
24ca43d57a
commit
97e9d9c83a
4
Makefile
4
Makefile
@ -447,7 +447,7 @@ $(SDIR)/sources-stamp:
|
||||
fi ; \
|
||||
if [ -n "$(LOCAL)" ]; then \
|
||||
echo -n "local ... "; \
|
||||
grep "/local/" $$i > $(SDIR)/$$.localn || true ; \
|
||||
grep "/local/" $$i > $(SDIR)/$$.local || true ; \
|
||||
if [ -s $(SDIR)/$$.local ] ; then \
|
||||
if [ -n "$(LOCALDEBS)" ] ; then \
|
||||
cat $(SDIR)/$$.local | xargs $(addfiles) \
|
||||
@ -460,7 +460,7 @@ $(SDIR)/sources-stamp:
|
||||
fi; \
|
||||
if [ -n "$(NONUS)" ]; then \
|
||||
echo -n "non-US ... "; \
|
||||
grep "non-US/" $$i > $(SDIR)/$$.nonusn || true ; \
|
||||
grep "non-US/" $$i > $(SDIR)/$$.nonus || true ; \
|
||||
if [ -s $(SDIR)/$$.nonus ] ; then \
|
||||
cat $(SDIR)/$$.nonus | xargs $(addfiles) $$dir $(NONUS); \
|
||||
fi; \
|
||||
|
Loading…
Reference in New Issue
Block a user