All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] Xenomai 2.6.0 in Debian
@ 2011-11-06 22:11 Roland Stigge
  2011-11-09 12:16 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 2+ messages in thread
From: Roland Stigge @ 2011-11-06 22:11 UTC (permalink / raw)
  To: Xenomai core

[-- Attachment #1: Type: text/plain, Size: 255 bytes --]

Hi,

thanks for Xenomai 2.6.0!

I'm attaching a patch that's helpful for the integration of Xenomai in
Debian (and FHS compliant systems in general), moving the architecture
dependent test programs from /usr/share to /usr/lib.

Thanks in advance,

Roland

[-- Attachment #2: xenomai.patch --]
[-- Type: text/x-patch, Size: 1301 bytes --]

--- xenomai-2.6.0.orig/src/testsuite/regression/xeno-regression-test.in
+++ xenomai-2.6.0/src/testsuite/regression/xeno-regression-test.in
@@ -46,13 +46,13 @@ echo 0 > /proc/xenomai/latency || :
 @testdir@domain.hid
 
 # the tests in this tree
-@domain.hid
-@domain.hid
-@domain.hid
-@domain.hid
-@domain.hid
-@domain.hid
-@domain.hid
+@testdir@domain.hid
+@testdir@domain.hid
+@testdir@domain.hid
+@testdir@domain.hid
+@testdir@domain.hid
+@testdir@domain.hid
+@testdir@domain.hid
 
 start_load
 
--- xenomai-2.6.0.orig/src/testsuite/regression/native/Makefile.am
+++ xenomai-2.6.0/src/testsuite/regression/native/Makefile.am
@@ -1,4 +1,4 @@
-tstdir = $(pkgdatadir)/regression/native
+tstdir = @XENO_TEST_DIR@/regression/native
 
 noinst_HEADERS = check.h
 
--- xenomai-2.6.0.orig/src/testsuite/regression/posix/Makefile.am
+++ xenomai-2.6.0/src/testsuite/regression/posix/Makefile.am
@@ -1,4 +1,4 @@
-tstdir = $(pkgdatadir)/regression/posix
+tstdir = @XENO_TEST_DIR@/regression/posix
 
 noinst_HEADERS = check.h
 
--- xenomai-2.6.0.orig/src/testsuite/regression/native+posix/Makefile.am
+++ xenomai-2.6.0/src/testsuite/regression/native+posix/Makefile.am
@@ -1,4 +1,4 @@
-tstdir = $(pkgdatadir)/regression/native+posix
+tstdir = @XENO_TEST_DIR@/regression/native+posix
 
 tst_PROGRAMS = mq_select
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Xenomai-core] Xenomai 2.6.0 in Debian
  2011-11-06 22:11 [Xenomai-core] Xenomai 2.6.0 in Debian Roland Stigge
@ 2011-11-09 12:16 ` Gilles Chanteperdrix
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Chanteperdrix @ 2011-11-09 12:16 UTC (permalink / raw)
  To: Roland Stigge; +Cc: Xenomai core

On 11/06/2011 11:11 PM, Roland Stigge wrote:
> Hi,
> 
> thanks for Xenomai 2.6.0!
> 
> I'm attaching a patch that's helpful for the integration of Xenomai in
> Debian (and FHS compliant systems in general), moving the architecture
> dependent test programs from /usr/share to /usr/lib.
> 

Applied, thanks.

-- 
                                                                Gilles.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-11-09 12:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-06 22:11 [Xenomai-core] Xenomai 2.6.0 in Debian Roland Stigge
2011-11-09 12:16 ` Gilles Chanteperdrix

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.