diff options
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_binary_debian-installer | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 5d26fe90f..df16f9809 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -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 }')" |