Revision: 21228
          http://gar.svn.sourceforge.net/gar/?rev=21228&view=rev
Author:   lblume
Date:     2013-05-30 21:51:56 +0000 (Thu, 30 May 2013)
Log Message:
-----------
scummvm/trunk: Default for data is not proper

Modified Paths:
--------------
    csw/mgar/pkg/scummvm/trunk/Makefile

Modified: csw/mgar/pkg/scummvm/trunk/Makefile
===================================================================
--- csw/mgar/pkg/scummvm/trunk/Makefile 2013-05-30 18:39:35 UTC (rev 21227)
+++ csw/mgar/pkg/scummvm/trunk/Makefile 2013-05-30 21:51:56 UTC (rev 21228)
@@ -42,7 +42,7 @@
 CONFIGURE_ARGS = --prefix=$(prefix)
 CONFIGURE_ARGS += --bindir=$(bindir)
 CONFIGURE_ARGS += --mandir=$(mandir)
-CONFIGURE_ARGS += --datadir=$(datadir)
+CONFIGURE_ARGS += --datarootdir=$(datadir)
 CONFIGURE_ARGS += --libdir=$(libdir)
 CONFIGURE_ARGS += --enable-release
 CONFIGURE_ARGS += --enable-plugins

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to