Author: wookey
Date: 2010-03-08 14:17:54 +0000 (Mon, 08 Mar 2010)
New Revision: 1010
Modified:
balloon/trunk/rootfs/emdebian/Makefile
Log:
Missed one instance of fakeroot to nobble in last checkin
Modified: balloon/trunk/rootfs/emdebian/Makefile
===================================================================
--- balloon/trunk/rootfs/emdebian/Makefile 2010-03-05 16:26:23 UTC (rev 1009)
+++ balloon/trunk/rootfs/emdebian/Makefile 2010-03-08 14:17:54 UTC (rev 1010)
@@ -47,7 +47,7 @@
echo "FILES='$$FILES'"; \
$(FAKEROOT) ./"$$ROOTFS_CONFIG" $(BUILD)/$(ROOTFS) "$$FILES"
#unpack modules into rootfs
- (cd $(BUILD)/$(ROOTFS) && rm -rf lib/modules/ && fakeroot tar -xf ../$(BUILDDIR)/kernel/modules.tgz )
+ (cd $(BUILD)/$(ROOTFS) && rm -rf lib/modules/ && $(FAKEROOT) tar -xf ../$(BUILDDIR)/kernel/modules.tgz )
$(FAKEROOT) tar -C $(BUILD)/$(ROOTFS) -czf $(RES)/emdebianrootstrap.tgz .
$(BUILDDIR)/kernel/modules.tgz: