updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / gav / gav.patch
blobb8c1c5a05010225816162c86e2f689e8f7f13707
1 diff -ur gav-0.8.0/Makefile gav-0.8.0-new/Makefile
2 --- gav-0.8.0/Makefile 2003-02-11 06:47:40.000000000 -0500
3 +++ gav-0.8.0-new/Makefile 2004-04-12 07:26:57.000000000 -0400
4 @@ -55,8 +55,8 @@
6 install: all
7 install gav $(ROOT)/usr/bin
8 - install -d $(ROOT)/usr/share/games/gav/themes
9 - cp -r themes/* $(ROOT)/usr/share/games/gav/themes
10 + install -d $(ROOT)/usr/share/gav/themes
11 + cp -r themes/* $(ROOT)/usr/share/gav/themes
13 depend:
14 for i in $(SUBDIRS) ; do \
15 diff -ur gav-0.8.0/Theme.h gav-0.8.0-new/Theme.h
16 --- gav-0.8.0/Theme.h 2003-08-20 20:20:20.000000000 -0400
17 +++ gav-0.8.0-new/Theme.h 2004-04-12 07:26:19.000000000 -0400
18 @@ -81,7 +81,7 @@
19 #ifndef WIN32
20 DIR *dir;
21 if ((dir = opendir(ThemeDir.c_str())) == NULL) {
22 - ThemeDir = "/usr/share/games/gav/" + ThemeDir;
23 + ThemeDir = "/usr/share/gav/" + ThemeDir;
24 if ((dir = opendir(ThemeDir.c_str())) == NULL) {
25 std::cerr << "Cannot find themes directory\n";
26 exit(0);