diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-06-08 14:04:58 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-06-08 14:04:58 -0300 |
commit | 295faf787e8e69fac5e32f7ae1f07e99883a3ebc (patch) | |
tree | 0f35adae7f6b203a89455e90bf8fd8d2440ce63d /libre/syslinux/syslinux-install_update | |
parent | 4a0c20ec1de715e1307e03fbc3975d3266d869ad (diff) | |
download | abslibre-295faf787e8e69fac5e32f7ae1f07e99883a3ebc.tar.gz abslibre-295faf787e8e69fac5e32f7ae1f07e99883a3ebc.tar.bz2 abslibre-295faf787e8e69fac5e32f7ae1f07e99883a3ebc.zip |
syslinux: updating version
Diffstat (limited to 'libre/syslinux/syslinux-install_update')
-rw-r--r-- | libre/syslinux/syslinux-install_update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/syslinux/syslinux-install_update b/libre/syslinux/syslinux-install_update index 6d52f7703..47d4d88be 100644 --- a/libre/syslinux/syslinux-install_update +++ b/libre/syslinux/syslinux-install_update @@ -334,7 +334,7 @@ _install() { update() { # Update c32 files in /boot, if /boot is not on same fs if [[ "$boot" = boot ]]; then - for file in "$bootpath"/*.{c32}; do + for file in "$bootpath"/*.c32; do file=${file##*/} cp "$libpath/$file" "$bootpath/$file" &> /dev/null done |