lh_binary_debian-installer: Remove "local"-oriented bashisms
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
7b2994ec00
commit
c70412bcfa
|
@ -113,8 +113,11 @@ INITRD_GI="gtk/initrd.gz"
|
|||
DESTDIR_GI="${DESTDIR}/gtk"
|
||||
|
||||
Install_file() {
|
||||
local FILE="${1}"
|
||||
local TARGET="${2}"
|
||||
local FILE
|
||||
FILE="${1}"
|
||||
|
||||
local TARGET
|
||||
TARGET="${2}"
|
||||
|
||||
SOURCE="$(dpkg -f ${FILE} Source | awk '{ print $1 }')"
|
||||
|
||||
|
|
Loading…
Reference in New Issue