Changeset 181


Ignore:
Timestamp:
Feb 20, 2011, 11:56:25 PM (12 years ago)
Author:
amain
Message:

debian/buildenv: add localhost as hostname

File:
1 edited

Legend:

Unmodified
Added
Removed
  • debwrt/trunk/debian/buildenv/debian.mk

    r169 r181  
    5151                                                $(DEBIAN_BUILD_DIR) \
    5252                                                $(CONFIG_DEBIAN_BUILDENV_REPOSITORY)
    53         sudo bash -c "echo 127.0.0.1 `hostname -s` >$(DEBIAN_BUILD_DIR)/etc/hosts"
     53        sudo bash -c "echo 127.0.0.1 `hostname -s` localhost >$(DEBIAN_BUILD_DIR)/etc/hosts"
    5454        sudo bash -c "echo debwrt-$(call qstrip,$(CONFIG_ARCH))-$(DEBIAN_BUILD_VERSION) > $(DEBIAN_BUILD_DIR)/etc/debian_chroot"
    5555        sudo bash -c "echo syntax on >$(DEBIAN_BUILD_DIR)/etc/vimrc"
Note: See TracChangeset for help on using the changeset viewer.