[csw-devel] SF.net SVN: gar:[20258] csw/mgar/pkg/scm/trunk/Makefile
pfelecan at users.sourceforge.net
pfelecan at users.sourceforge.net
Mon Feb 4 16:07:47 CET 2013
Revision: 20258
http://gar.svn.sourceforge.net/gar/?rev=20258&view=rev
Author: pfelecan
Date: 2013-02-04 15:07:45 +0000 (Mon, 04 Feb 2013)
Log Message:
-----------
scm/trunk: changed installation directory in sync with slib and guile 2.0
Modified Paths:
--------------
csw/mgar/pkg/scm/trunk/Makefile
Modified: csw/mgar/pkg/scm/trunk/Makefile
===================================================================
--- csw/mgar/pkg/scm/trunk/Makefile 2013-02-04 15:05:06 UTC (rev 20257)
+++ csw/mgar/pkg/scm/trunk/Makefile 2013-02-04 15:07:45 UTC (rev 20258)
@@ -37,7 +37,9 @@
TEST_SCRIPTS =
INSTALL_SCRIPTS = custom
-scmdir=$(libdir)/guile/site/scm
+# same directory as slib which must be installed in the output of the
+# command: guile-config info pkgdatadir
+scmdir=$(sharedstatedir)/guile/scm
EXTRA_MERGE_EXCLUDE_FILES += $(scmdir)/bench.scm
EXTRA_MERGE_EXCLUDE_FILES += $(scmdir)/build.scm
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list