From 9d3f291ae959bc63a7011454039fbeb8b68ea48b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 17 May 2007 15:33:13 +0000 Subject: Add OS_SUBDIR. --- contrib/repo-conf/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/repo-conf/Makefile.am') diff --git a/contrib/repo-conf/Makefile.am b/contrib/repo-conf/Makefile.am index 5600057773..a24476f414 100644 --- a/contrib/repo-conf/Makefile.am +++ b/contrib/repo-conf/Makefile.am @@ -10,6 +10,7 @@ nobase_aptconf_DATA += apt/vendors.list.d/rtems.list apt/sources.list.d/rtems-@RTEMS_API@.list: apt/sources.list.d/rtems.list.in @$(mkdir_p) apt/sources.list.d sed -e 's,[@]RTEMS_API[@],@RTEMS_API@,' \ + -e 's,[@]OS_SUBDIR[@],@OS_SUBDIR@,' \ < $(srcdir)/apt/sources.list.d/rtems.list.in \ > apt/sources.list.d/rtems-@RTEMS_API@.list CLEANFILES += apt/sources.list.d/rtems-@RTEMS_API@.list @@ -24,6 +25,7 @@ yum.repos.d/rtems-@RTEMS_API@.repo: yum.repos.d/rtems.repo.in @$(mkdir_p) yum.repos.d sed -e 's,[@]sysconfdir[@],$(sysconfdir),' \ -e 's,[@]RTEMS_API[@],@RTEMS_API@,' \ + -e 's,[@]OS_SUBDIR[@],@OS_SUBDIR@,' \ < $(srcdir)/yum.repos.d/rtems.repo.in \ > yum.repos.d/rtems-@RTEMS_API@.repo CLEANFILES += yum.repos.d/rtems-@RTEMS_API@.repo -- cgit v1.2.3