summaryrefslogtreecommitdiff
path: root/drivers/dahdi/firmware
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2008-06-20 22:01:07 +0000
committerShaun Ruffell <sruffell@digium.com>2008-06-20 22:01:07 +0000
commita8cc1e7138795a0ea33afea701317c1d6054a84d (patch)
tree76ef0c28b775c70bdafc3a43e76a97d8fda04552 /drivers/dahdi/firmware
parentbe763470169bf4a631193f492c9e8ceac77321fb (diff)
No need to restore the user in the tar files for the firmware images. Use the
current user. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4430 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/firmware')
-rw-r--r--drivers/dahdi/firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/firmware/Makefile b/drivers/dahdi/firmware/Makefile
index e957371..ec74a11 100644
--- a/drivers/dahdi/firmware/Makefile
+++ b/drivers/dahdi/firmware/Makefile
@@ -69,7 +69,7 @@ ifeq ($(shell if ( [ "$(HOTPLUG_FIRMWARE)" = "no" ] ) || ( [ -d $(DESTDIR)/usr/l
@echo "Attempting to download $@"
@if test ! -f $@; then $(DOWNLOAD) $(WGET_ARGS) $(FIRMWARE_URL)/$@; fi;
@if test ! -f $@; then exit 1; fi; \
- (cat $@ | gzip -d | tar -xf -)
+ (cat $@ | gzip -d | tar -xof -)
endif
# Create object files suitable for linking against