[openrtm-commit:00043] r2092 - trunk/OpenRTM-aist/packages/deb

openrtm @ openrtm.org openrtm @ openrtm.org
2011年 5月 10日 (火) 07:45:13 JST


Author: n-ando
Date: 2011-05-10 07:45:13 +0900 (Tue, 10 May 2011)
New Revision: 2092

Modified:
   trunk/OpenRTM-aist/packages/deb/rules
Log:
example package's installation method has been changed

Modified: trunk/OpenRTM-aist/packages/deb/rules
===================================================================
--- trunk/OpenRTM-aist/packages/deb/rules	2011-05-09 21:52:12 UTC (rev 2091)
+++ trunk/OpenRTM-aist/packages/deb/rules	2011-05-09 22:45:13 UTC (rev 2092)
@@ -115,11 +115,10 @@
 
 	# for openrtm-aist-example package
 	#$(MAKE)
-	(cd $(CURDIR)/src/lib/coil     ; $(MAKE) DESTDIR=$(CURDIR)/debian/openrtm-aist-example install-exec)
-	(cd $(CURDIR)/src/lib/rtm      ; $(MAKE) DESTDIR=$(CURDIR)/debian/openrtm-aist-example install-exec)
+	(mkdir $(CURDIR)/debian/openrtm-aist-example/usr/)
+	(ln -s $(CURDIR)/debian/openrtm-aist/usr/lib $(CURDIR)/debian/openrtm-aist-example/usr/)
 	(cd $(CURDIR)/examples         ; $(MAKE) DESTDIR=$(CURDIR)/debian/openrtm-aist-example install)
-	(cd $(CURDIR)/src/lib/rtm      ; $(MAKE) DESTDIR=$(CURDIR)/debian/openrtm-aist-example uninstall)
-	(cd $(CURDIR)/src/lib/coil     ; $(MAKE) DESTDIR=$(CURDIR)/debian/openrtm-aist-example uninstall)
+	(rm $(CURDIR)/debian/openrtm-aist-example/usr/lib)
 
 	dh_install -s
 # Must not depend on anything. This is to be called by



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