mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] Install tar from CONFIG_TAR to /bin/ instead /usr/bin/
@ 2017-04-05  8:04 Gavin Schenk
  2017-04-12  8:36 ` Enrico Weigelt, metux IT consult
  0 siblings, 1 reply; 4+ messages in thread
From: Gavin Schenk @ 2017-04-05  8:04 UTC (permalink / raw)
  To: ptxdist, t.spicker; +Cc: Gavin Schenk

Debian and Ubuntu install tar in /bin. This is the same in ptxdist when
BUSYBOX_TAR is selected. If CONFIG_TAR is selected ptxdist installs tar
to /usr/bin.

Signed-off-by: Gavin Schenk <g.schenk@eckelmann.de>
---
 rules/tar.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/tar.make b/rules/tar.make
index 1b25c621a..35ccd2e28 100644
--- a/rules/tar.make
+++ b/rules/tar.make
@@ -52,7 +52,7 @@ $(STATEDIR)/tar.targetinstall:
 	@$(call install_fixup, tar,AUTHOR,"Michael Olbrich <m.olbrich@pengutronix.de>")
 	@$(call install_fixup, tar,DESCRIPTION,missing)
 
-	@$(call install_copy, tar, 0, 0, 0755, -, /usr/bin/tar)
+	@$(call install_copy, tar, 0, 0, 0755, -, /bin/tar)
 
 	@$(call install_finish, tar)
 
-- 
2.11.0


Eckelmann AG
Vorstand: Dipl.-Ing. Peter Frankenbach (Sprecher) Dipl.-Wi.-Ing. Philipp Eckelmann
Dr.-Ing. Marco Münchhof Dr.-Ing. Frank Uhlemann
Vorsitzender des Aufsichtsrats: Hubertus G. Krossa
Stv. Vorsitzender des Aufsichtsrats: Dr.-Ing. Gerd Eckelmann
Sitz der Gesellschaft: Berliner Str. 161, 65205 Wiesbaden, Amtsgericht Wiesbaden HRB 12636
http://www.eckelmann.de 


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-18  5:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-05  8:04 [ptxdist] [PATCH] Install tar from CONFIG_TAR to /bin/ instead /usr/bin/ Gavin Schenk
2017-04-12  8:36 ` Enrico Weigelt, metux IT consult
2017-04-12 16:00   ` Robert Schwebel
2017-04-18  5:45     ` Schenk, Gavin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox