r915 - lvm2/trunk/debian

Bastian Blank waldi at alioth.debian.org
Sun May 27 15:09:41 UTC 2012


Author: waldi
Date: Sun May 27 15:09:40 2012
New Revision: 915

Log:
debian/rules: Fix.

Modified:
   lvm2/trunk/debian/rules

Modified: lvm2/trunk/debian/rules
==============================================================================
--- lvm2/trunk/debian/rules	Sun May 27 14:43:10 2012	(r914)
+++ lvm2/trunk/debian/rules	Sun May 27 15:09:40 2012	(r915)
@@ -73,6 +73,7 @@
 $(STAMPS_DIR)/setup_deb: $(STAMPS_DIR)/source
 	rm -rf $(DIR)
 	cp -al '$(SOURCE_DIR)' '$(DIR)'
+	cd $(DIR); \
 	$(CONFIGURE) \
 		--libdir=\$${exec_prefix}/lib/$(DEB_HOST_MULTIARCH) \
 		--with-optimisation="$(CFLAGS_OPT_DEB)" \



More information about the pkg-lvm-commits mailing list