[DRBD-cvs] r1899 - branches/drbd-0.7

www-data www-data at linbit.com
Tue Jul 26 13:37:13 CEST 2005


Author: lars
Date: 2005-07-26 13:37:12 +0200 (Tue, 26 Jul 2005)
New Revision: 1899

Modified:
   branches/drbd-0.7/Makefile
Log:

oops, traces of drbd-plus in the main branch...



Modified: branches/drbd-0.7/Makefile
===================================================================
--- branches/drbd-0.7/Makefile	2005-07-26 07:29:49 UTC (rev 1898)
+++ branches/drbd-0.7/Makefile	2005-07-26 11:37:12 UTC (rev 1899)
@@ -134,7 +134,7 @@
 	ln -s . drbd-$(FDIST_VERSION)
 	for f in $$(<.filelist) ; do [ -e $$f ] && continue ; echo missing: $$f ; exit 1; done
 	grep debian .filelist >/dev/null 2>&1 && _DEB=-debian || _DEB="" ; \
-	tar --owner=0 --group=0 -czf - -T .filelist > drbd-plus-$(FDIST_VERSION)$$_DEB.tar.gz
+	tar --owner=0 --group=0 -czf - -T .filelist > drbd-$(FDIST_VERSION)$$_DEB.tar.gz
 	rm drbd-$(FDIST_VERSION)
 
 ifeq ($(FORCE),)



More information about the drbd-cvs mailing list