r875 - lvm2/trunk/debian

Bastian Blank waldi at alioth.debian.org
Thu Oct 20 16:53:16 UTC 2011


Author: waldi
Date: Thu Oct 20 16:53:16 2011
New Revision: 875

Log:
debian/rules: Fix.

Modified:
   lvm2/trunk/debian/rules

Modified: lvm2/trunk/debian/rules
==============================================================================
--- lvm2/trunk/debian/rules	Thu Oct 20 16:50:16 2011	(r874)
+++ lvm2/trunk/debian/rules	Thu Oct 20 16:53:16 2011	(r875)
@@ -84,7 +84,7 @@
 
 $(STAMPS_DIR)/setup_udeb: SOURCE_DIR = $(BUILD_DIR)/source
 $(STAMPS_DIR)/setup_udeb: DIR = $(BUILD_DIR)/build_udeb
-$(STAMPS_DIR)/setup_udeb: $(STAMPS_DIR)/patch
+$(STAMPS_DIR)/setup_udeb: $(STAMPS_DIR)/source
 	rm -rf $(DIR)
 	cp -a '$(SOURCE_DIR)' '$(DIR)'
 	cd $(DIR); \



More information about the pkg-lvm-commits mailing list