Changeset 054c5fc in freewrt for package


Ignore:
Timestamp:
Jul 21, 2006, 11:49:20 PM (19 years ago)
Author:
Markus Wigge <markus@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
07526d20
Parents:
f59cfbb
Message:

fixed second double quote issue

git-svn-id: svn://www.freewrt.org/trunk/freewrt@337 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/base-files/Makefile

    rf59cfbb r054c5fc  
    6666        test -z $(BR2_RUNTIME_PASSWORD) || \
    6767            $(SED) 's,*NP*,$(MD5CRYPT),g' $(IDIR_BASE)/etc/passwd
    68         test -z '$(BR2_RUNTIME_SSHKEY)' || ( \
     68        test -z $(BR2_RUNTIME_SSHKEY) || ( \
    6969            mkdir -p $(IDIR_BASE)/etc/dropbear; \
    70             echo '$(BR2_RUNTIME_SSHKEY)' >$(IDIR_BASE)/etc/dropbear/authorized_keys; \
     70            echo $(BR2_RUNTIME_SSHKEY) >$(IDIR_BASE)/etc/dropbear/authorized_keys; \
    7171        )
    7272        mkdir -p $(IDIR_BASE)/dev
Note: See TracChangeset for help on using the changeset viewer.