* [Buildroot] svn commit: trunk/buildroot/package/editors/nano
@ 2008-03-07 10:07 jacmet at uclibc.org
2008-03-26 13:42 ` Simon Pasch
0 siblings, 1 reply; 4+ messages in thread
From: jacmet at uclibc.org @ 2008-03-07 10:07 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-03-07 02:07:35 -0800 (Fri, 07 Mar 2008)
New Revision: 21266
Log:
nano: install to /usr/bin
Modified:
trunk/buildroot/package/editors/nano/nano.mk
Changeset:
Modified: trunk/buildroot/package/editors/nano/nano.mk
===================================================================
--- trunk/buildroot/package/editors/nano/nano.mk 2008-03-07 10:02:12 UTC (rev 21265)
+++ trunk/buildroot/package/editors/nano/nano.mk 2008-03-07 10:07:35 UTC (rev 21266)
@@ -9,7 +9,7 @@
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)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/editors/nano
2008-03-07 10:07 [Buildroot] svn commit: trunk/buildroot/package/editors/nano jacmet at uclibc.org
@ 2008-03-26 13:42 ` Simon Pasch
2008-03-26 13:55 ` Peter Korsgaard
0 siblings, 1 reply; 4+ messages in thread
From: Simon Pasch @ 2008-03-26 13:42 UTC (permalink / raw)
To: buildroot
There seems to be a little typo in this patch...
nano should be installed to usr/bin/nano not to sbin/bin/nano.
2008/3/7, jacmet at uclibc.org <jacmet@uclibc.org>:
> Author: jacmet
> Date: 2008-03-07 02:07:35 -0800 (Fri, 07 Mar 2008)
> New Revision: 21266
>
> Log:
> nano: install to /usr/bin
>
>
> Modified:
> trunk/buildroot/package/editors/nano/nano.mk
>
>
> Changeset:
> Modified: trunk/buildroot/package/editors/nano/nano.mk
> ===================================================================
> --- trunk/buildroot/package/editors/nano/nano.mk 2008-03-07 10:02:12 UTC (rev 21265)
> +++ trunk/buildroot/package/editors/nano/nano.mk 2008-03-07 10:07:35 UTC (rev 21266)
> @@ -9,7 +9,7 @@
> 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)
>
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/editors/nano
@ 2008-03-26 13:55 jacmet at uclibc.org
0 siblings, 0 replies; 4+ messages in thread
From: jacmet at uclibc.org @ 2008-03-26 13:55 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-03-26 06:55:18 -0700 (Wed, 26 Mar 2008)
New Revision: 21499
Log:
nano: fix install location
Fix typo in install location. Reported by Simon Pasch.
Modified:
trunk/buildroot/package/editors/nano/nano.mk
Changeset:
Modified: trunk/buildroot/package/editors/nano/nano.mk
===================================================================
--- trunk/buildroot/package/editors/nano/nano.mk 2008-03-26 13:40:36 UTC (rev 21498)
+++ trunk/buildroot/package/editors/nano/nano.mk 2008-03-26 13:55:18 UTC (rev 21499)
@@ -9,7 +9,7 @@
NANO_DIR:=$(BUILD_DIR)/nano-$(NANO_VERSION)
NANO_CAT:=$(ZCAT)
NANO_BINARY:=src/nano
-NANO_TARGET_BINARY:=sbin/bin/nano
+NANO_TARGET_BINARY:=usr/bin/nano
$(DL_DIR)/$(NANO_SOURCE):
$(WGET) -P $(DL_DIR) $(NANO_SITE)/$(NANO_SOURCE)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/editors/nano
2008-03-26 13:42 ` Simon Pasch
@ 2008-03-26 13:55 ` Peter Korsgaard
0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2008-03-26 13:55 UTC (permalink / raw)
To: buildroot
>>>>> "Simon" == Simon Pasch <fpasch@googlemail.com> writes:
Simon> There seems to be a little typo in this patch...
Simon> nano should be installed to usr/bin/nano not to sbin/bin/nano.
Indeed. Fixed in r21499 - Thanks!
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-03-26 13:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-07 10:07 [Buildroot] svn commit: trunk/buildroot/package/editors/nano jacmet at uclibc.org
2008-03-26 13:42 ` Simon Pasch
2008-03-26 13:55 ` Peter Korsgaard
-- strict thread matches above, loose matches on Subject: below --
2008-03-26 13:55 jacmet at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox