Drop ancient workaround for dependency resolution
With all the code changes we've had in list2cds this is probably no longer needed. Really gets rid of unifont on the netinst.
This commit is contained in:
parent
9200e82ade
commit
151c38eedf
14
Makefile
14
Makefile
|
@ -254,20 +254,6 @@ packagelists: ok apt-update genlist
|
|||
|
||||
# Build the raw list (cpp output) with doubles and spaces
|
||||
$(BDIR)/rawlist:
|
||||
# Dirty workaround for saving space, we add some hints to break ties.
|
||||
# This is just a temporal solution, list2cds should be a little bit less
|
||||
# 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
|
||||
$(Q)if [ "$(SOURCEONLY)"x != "yes"x ] ; then \
|
||||
if [ "$(INSTALLER_CD)"x = "1"x ] ; then \
|
||||
echo >> $(BDIR)/rawlist; \
|
||||
elif [ "$(INSTALLER_CD)"x = "2"x ] ; then \
|
||||
echo -e "mawk\nunifont\npptp-linux" >>$(BDIR)/rawlist; \
|
||||
else \
|
||||
echo -e "mawk\nexim4-daemon-light\nunifont\npptp-linux" >>$(BDIR)/rawlist; \
|
||||
fi; \
|
||||
fi
|
||||
|
||||
$(Q)if [ "$(SOURCEONLY)"x != "yes"x ] ; then \
|
||||
if [ _$(INSTALLER_CD) != _1 ]; then \
|
||||
for ARCH in $(ARCHES_NOSRC); do \
|
||||
|
|
Loading…
Reference in New Issue