Alexandre Julliard : wineprefixcreate: Fixed datadir path. Added dependency on relpath.
Module: wine Branch: refs/heads/master Commit: b47f0593c8c43d0a2820b763981691d98c059bb5 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=b47f0593c8c43d0a2820b763... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Mar 15 09:54:19 2006 +0100 wineprefixcreate: Fixed datadir path. Added dependency on relpath. --- tools/Makefile.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/Makefile.in b/tools/Makefile.in index cb8337a..1fcc092 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -69,8 +69,8 @@ sfnt2fnt$(EXEEXT): sfnt2fnt.o bin2res$(EXEEXT): bin2res.o $(CC) $(CFLAGS) -o $@ bin2res.o $(LIBPORT) -wineprefixcreate: wineprefixcreate.in - sed -e "s,@bintodlldir\@,`$(RELPATH) $(bindir) $(dlldir)`,g" -e "s,@bintodatadir\@,`$(RELPATH) $(bindir) $(datadir)`,g" $(SRCDIR)/wineprefixcreate.in >$@ || ($(RM) $@ && false) +wineprefixcreate: wineprefixcreate.in relpath$(EXEEXT) + sed -e "s,@bintodlldir\@,`$(RELPATH) $(bindir) $(dlldir)`,g" -e "s,@bintodatadir\@,`$(RELPATH) $(bindir) $(datadir)/wine`,g" $(SRCDIR)/wineprefixcreate.in >$@ || ($(RM) $@ && false) chmod +x wineprefixcreate install install-lib:: wineprefixcreate
participants (1)
-
Alexandre Julliard