]> git.pld-linux.org Git - packages/xut.git/blob - xut-datadir.patch
- new file
[packages/xut.git] / xut-datadir.patch
1 --- xut/src/etc/dirs.cpp~       2010-07-14 21:43:00.000000000 +0200
2 +++ xut/src/etc/dirs.cpp        2010-07-21 16:29:37.103466659 +0200
3 @@ -29,6 +29,7 @@
4        /* Try to open at defined datadir */
5        file = DATADIR;
6        file += "/";
7 +      file += "games/";
8        file += PACKAGE;
9        file += "/fnts/arial.ttf";
10        if((arq = fopen(file.c_str(),"r")))
11 --- xut/Makefile.in~    2010-07-21 16:30:25.090123985 +0200
12 +++ xut/Makefile.in     2010-07-21 16:30:46.345964629 +0200
13 @@ -67,7 +67,7 @@
14         @$(INSTALL) -c -m 755 $(BIN)xut $(DESTDIR)$(bindir)/
15         @printf "\e[0;32mDone.\e[0;0m\n"
16         @printf "Installing XUT data files... "
17 -       @sh install.sh $(DESTDIR)$(datadir) $(PACKAGE) $(INSTALL)
18 +       @sh install.sh $(DESTDIR)$(datadir)/games $(PACKAGE) $(INSTALL)
19         @printf "\e[0;32mDone.\e[0;0m\n"
20         @printf "Installing XUT Language files... "
21         @cd ./po && ${MAKE} install > /dev/null ;
This page took 0.135854 seconds and 3 git commands to generate.