nano: install to /usr/bin

This commit is contained in:
Peter Korsgaard 2008-03-07 10:07:35 +00:00
parent 8086897ed5
commit c0a49f06fa

View File

@ -9,7 +9,7 @@ NANO_SITE:=http://www.nano-editor.org/dist/v1.3/
NANO_DIR:=$(BUILD_DIR)/nano-$(NANO_VERSION)
NANO_CAT:=$(ZCAT)
NANO_BINARY:=src/nano
NANO_TARGET_BINARY:=bin/nano
NANO_TARGET_BINARY:=sbin/bin/nano
$(DL_DIR)/$(NANO_SOURCE):
$(WGET) -P $(DL_DIR) $(NANO_SITE)/$(NANO_SOURCE)