From c593c2bd2418c865dc289f8fccd81a1631e9b191 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Fri, 3 Feb 2012 10:58:01 -0300 Subject: [archiso] Avoid full path in add_binary Signed-off-by: Gerardo Exequiel Pozzi --- archiso/install/archiso_pxe_nbd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archiso/install/archiso_pxe_nbd') diff --git a/archiso/install/archiso_pxe_nbd b/archiso/install/archiso_pxe_nbd index 4227623..747e5b9 100644 --- a/archiso/install/archiso_pxe_nbd +++ b/archiso/install/archiso_pxe_nbd @@ -7,7 +7,8 @@ build () FILES="" SCRIPT="archiso_pxe_nbd" - add_binary "/usr/sbin/nbd-client" "/bin/nbd-client" + add_binary nbd-client + add_file "/lib/initcpio/archiso_pxe_nbd" "/archiso_pxe_nbd" } -- cgit v1.2.2