]> git.pld-linux.org Git - packages/freesynd.git/blame - freesynd-FHS.patch
- BR: unzip
[packages/freesynd.git] / freesynd-FHS.patch
CommitLineData
639d5616
AG
1--- freesynd/src/file.cpp~ 2006-12-21 08:20:32.000000000 +0100
2+++ freesynd/src/file.cpp 2006-12-27 22:47:30.119833209 +0100
3@@ -31,7 +31,7 @@
4 #include "file.h"
5 #include "dernc.h"
6
7-char File::_path[240] = "./data/";
8+char File::_path[240] = "/usr/share/freesynd/data/";
9
10
11 const char *File::fileFullPath(const char *filename, bool uppercase) {
This page took 0.055158 seconds and 4 git commands to generate.