Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 357211
Collapse All | Expand All

(-)alsa-tools-1.0.27.orig/envy24control/envy24control.h (-1 / +1 lines)
Lines 15-21 Link Here
15
#endif
15
#endif
16
#define MAX_PROFILES 8
16
#define MAX_PROFILES 8
17
#define MAX_PROFILE_NAME_LENGTH 20
17
#define MAX_PROFILE_NAME_LENGTH 20
18
#define DEFAULT_PROFILERC "~/envy24control/profiles.conf"
18
#define DEFAULT_PROFILERC "~/.envy24control/profiles.conf"
19
#define SYS_PROFILERC "/etc/envy24control/profiles.conf"
19
#define SYS_PROFILERC "/etc/envy24control/profiles.conf"
20
#ifndef MKDIR
20
#ifndef MKDIR
21
#define MKDIR "/bin/mkdir"
21
#define MKDIR "/bin/mkdir"
(-)alsa-tools-1.0.27.orig/envy24control/profiles.h (-1 / +1 lines)
Lines 23-29 Link Here
23
#endif
23
#endif
24
24
25
#ifndef DEFAULT_PROFILERC
25
#ifndef DEFAULT_PROFILERC
26
#define DEFAULT_PROFILERC "~/"PROGRAM_NAME"/profiles.conf"
26
#define DEFAULT_PROFILERC "~/."PROGRAM_NAME"/profiles.conf"
27
#endif
27
#endif
28
28
29
#ifndef SYS_PROFILERC
29
#ifndef SYS_PROFILERC

Return to bug 357211