Fix typo; s/ppptp/pptp/
This commit is contained in:
parent
af1edf17f4
commit
8561aff963
2
Makefile
2
Makefile
|
@ -370,7 +370,7 @@ $(BDIR)/rawlist:
|
|||
# silly so that this is not needed. For more info have a look at
|
||||
# http://lists.debian.org/debian-cd/2004/debian-cd-200404/msg00093.html
|
||||
ifneq ($(INSTALLER_CD),1)
|
||||
/bin/echo -e "mawk\nexim4-daemon-light\nunifont\nppptp-linux" >>$(BDIR)/rawlist
|
||||
/bin/echo -e "mawk\nexim4-daemon-light\nunifont\npptp-linux" >>$(BDIR)/rawlist
|
||||
endif
|
||||
ifdef FORCENONUSONCD1
|
||||
$(Q)$(apt) cache dumpavail | \
|
||||
|
|
Loading…
Reference in New Issue