[dahdi-commits] sruffell: linux/trunk r4430 - /linux/trunk/drivers/dahdi/firmware/Makefile
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Fri Jun 20 17:01:07 CDT 2008
Author: sruffell
Date: Fri Jun 20 17:01:07 2008
New Revision: 4430
URL: http://svn.digium.com/view/dahdi?view=rev&rev=4430
Log:
No need to restore the user in the tar files for the firmware images. Use the
current user.
Modified:
linux/trunk/drivers/dahdi/firmware/Makefile
Modified: linux/trunk/drivers/dahdi/firmware/Makefile
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/firmware/Makefile?view=diff&rev=4430&r1=4429&r2=4430
==============================================================================
--- linux/trunk/drivers/dahdi/firmware/Makefile (original)
+++ linux/trunk/drivers/dahdi/firmware/Makefile Fri Jun 20 17:01:07 2008
@@ -69,7 +69,7 @@
@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
More information about the dahdi-commits
mailing list