diff --git a/Makefile b/Makefile
index 9a6ad3cdfe1a2cc1f0b8d86365b2b27f024c8527..9120fff97a9a6da32531582b26eba50717febaba 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 #
-# $Id: Makefile,v 1.124 2003/12/25 08:41:45 mirar Exp $
+# $Id: Makefile,v 1.125 2004/02/27 16:51:12 nilsson Exp $
 #
 # Meta Makefile
 #
@@ -235,6 +235,7 @@ snapshot: snapshot_export
 
 xenofarm_export:
 	@echo Begin export
+	-cp ~/pike_bundles/* bundles
 	@$(DO_MAKE) "CONFIGUREARGS=--disable-binary $(CONFIGUREARGS)" \
 	  "OS=source" "LIMITED_TARGETS=yes" "METATARGET=snapshot_export" \
 	  "EXPORT_NAME=Pike%maj.%min-%Y%M%D-%h%m%s" \