]> git.pld-linux.org Git - packages/caph.git/blame - caph-mapsdir.patch
- dropped BR: xorg-lib-libXdamage-devel, xorg-lib-libXext-devel
[packages/caph.git] / caph-mapsdir.patch
CommitLineData
c55d484a
ZU
1--- caph-src-orig/src/maps.c 2010-02-07 15:33:02.378960686 +0100
2+++ caph-src/src/maps.c 2010-02-07 15:58:53.158805702 +0100
3@@ -54,7 +54,7 @@
4 *c = '\0';
5
6 maps[this] = malloc(strlen(line) + 8);
7- strcpy(maps[this], "maps/");
8+ strcpy(maps[this], "/usr/share/caph/maps/");
9 strcat(maps[this++], line);
10 }
11
This page took 0.080025 seconds and 4 git commands to generate.