mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
Quieten creation of symlink to debootstrap dir
This commit is contained in:
parent
7004b7949c
commit
53a5657a7b
4
Makefile
4
Makefile
@ -121,8 +121,8 @@ $(BDIR)/DATE:
|
||||
$(Q)date '+%Y%m%d' > $(BDIR)/DATE
|
||||
$(DB_DIR): $(LATEST_DB)
|
||||
@rm -rf $(DB_DIR)
|
||||
@dpkg -x $(LATEST_DB) $(DB_DIR)
|
||||
if [ ! -e $(DEBOOTSTRAP_DIR) ] ; then \
|
||||
$(Q)dpkg -x $(LATEST_DB) $(DB_DIR)
|
||||
$(Q)if [ ! -e $(DEBOOTSTRAP_DIR) ] ; then \
|
||||
ln -sf share $(DB_DIR)/usr/lib ; \
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user