[Pkg-xen-changes] r693 - trunk/xen-3/debian

Bastian Blank waldi at alioth.debian.org
Sun Nov 22 13:44:58 UTC 2009


Author: waldi
Date: Sun Nov 22 13:44:58 2009
New Revision: 693

Log:
debian/rules: Don't hardlink files in orig target.

Modified:
   trunk/xen-3/debian/rules

Modified: trunk/xen-3/debian/rules
==============================================================================
--- trunk/xen-3/debian/rules	Sun Nov 22 11:08:30 2009	(r692)
+++ trunk/xen-3/debian/rules	Sun Nov 22 13:44:58 2009	(r693)
@@ -51,7 +51,7 @@
 TAR_ORIG = $(firstword $(wildcard ../$(TAR_ORIG_NAME)) $(wildcard ../orig/$(TAR_ORIG_NAME)))
 
 orig: $(DIR_ORIG)
-	rsync --delete --exclude debian --exclude .svk --exclude .svn --link-dest=$(DIR_ORIG)/ -a $(DIR_ORIG)/ .
+	rsync --delete --exclude debian --exclude .svk --exclude .svn -a $(DIR_ORIG)/ .
 
 $(DIR_ORIG):
 ifeq ($(TAR_ORIG),)



More information about the Pkg-xen-changes mailing list