[openrtm-commit:00085] r2115 - trunk/OpenRTM-aist/packages/deb

openrtm @ openrtm.org openrtm @ openrtm.org
2011年 5月 23日 (月) 17:16:50 JST


Author: n-ando
Date: 2011-05-23 17:16:50 +0900 (Mon, 23 May 2011)
New Revision: 2115

Modified:
   trunk/OpenRTM-aist/packages/deb/rules
Log:
deb package's rule fixed for 64bit environment.


Modified: trunk/OpenRTM-aist/packages/deb/rules
===================================================================
--- trunk/OpenRTM-aist/packages/deb/rules	2011-05-23 08:03:30 UTC (rev 2114)
+++ trunk/OpenRTM-aist/packages/deb/rules	2011-05-23 08:16:50 UTC (rev 2115)
@@ -117,8 +117,10 @@
 	#$(MAKE)
 	(mkdir $(CURDIR)/debian/openrtm-aist-example/usr/)
 	(ln -s $(CURDIR)/debian/openrtm-aist/usr/lib $(CURDIR)/debian/openrtm-aist-example/usr/)
+	(ln -s $(CURDIR)/debian/openrtm-aist/usr/lib64 $(CURDIR)/debian/openrtm-aist-example/usr/)
 	(cd $(CURDIR)/examples         ; $(MAKE) DESTDIR=$(CURDIR)/debian/openrtm-aist-example install)
 	(rm $(CURDIR)/debian/openrtm-aist-example/usr/lib)
+	(rm $(CURDIR)/debian/openrtm-aist-example/usr/lib64)
 
 	dh_install -s
 # Must not depend on anything. This is to be called by



openrtm-commit メーリングリストの案内