diff --git a/ice-9/Makefile.am b/ice-9/Makefile.am index 3db128b24..8018556be 100644 --- a/ice-9/Makefile.am +++ b/ice-9/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign -subpkgdatadir = $(pkgdatadir)/$(VERSION)/@module@ +subpkgdatadir = $(pkgdatadir)/$(VERSION)/ice-9 subpkgdata_DATA = boot-9.scm debug.scm expect.scm hcons.scm lineio.scm \ mapping.scm poe.scm slib.scm tags.scm threads.scm r4rs.scm diff --git a/ice-9/Makefile.in b/ice-9/Makefile.in index 20616d528..6ba6b204b 100644 --- a/ice-9/Makefile.in +++ b/ice-9/Makefile.in @@ -71,7 +71,7 @@ xtra_PLUGIN_guile_libs = @xtra_PLUGIN_guile_libs@ AUTOMAKE_OPTIONS = foreign -subpkgdatadir = $(pkgdatadir)/$(VERSION)/@module@ +subpkgdatadir = $(pkgdatadir)/$(VERSION)/ice-9 subpkgdata_DATA = boot-9.scm debug.scm expect.scm hcons.scm lineio.scm \ mapping.scm poe.scm slib.scm tags.scm threads.scm r4rs.scm