lh_binary_debian-installer: Remove "local"-oriented bashisms
This commit is contained in:
parent
ee955b12ce
commit
07c3a04027
|
@ -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