[Erp5-report] r43450 rafael - /erp5/trunk/utils/rpmgen/specs/erp5-official-buildout-trunk-d...
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Feb 17 21:09:36 CET 2011
Author: rafael
Date: Thu Feb 17 21:09:36 2011
New Revision: 43450
URL: http://svn.erp5.org?rev=43450&view=rev
Log:
Copy files to appropriate place.
Modified:
erp5/trunk/utils/rpmgen/specs/erp5-official-buildout-trunk-deb/debian/rules
Modified: erp5/trunk/utils/rpmgen/specs/erp5-official-buildout-trunk-deb/debian/rules
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/specs/erp5-official-buildout-trunk-deb/debian/rules?rev=43450&r1=43449&r2=43450&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/specs/erp5-official-buildout-trunk-deb/debian/rules [utf8] (original)
+++ erp5/trunk/utils/rpmgen/specs/erp5-official-buildout-trunk-deb/debian/rules [utf8] Thu Feb 17 21:09:36 2011
@@ -28,6 +28,8 @@ install: build
find $(INSTALL_PATH) -name '*.pyc' -delete
rm -rf $(INSTALL_PATH)/downloads/*
rm -rf $(INSTALL_PATH)/parts/*__unpack__
+ mkdir -p $(CURDIR)/debian/erp5-trunk/$(INSTALL_PATH)
+ cp -R $(INSTALL_PATH)/* $(CURDIR)/debian/erp5-trunk$(INSTALL_PATH)
# Build architecture-independent files here.
binary-indep: install
More information about the Erp5-report
mailing list