File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ Linux have been tested at this time:
14
14
15
15
- simple terminal, st [2]
16
16
17
- Other than a terminal emulator and C compiler (e.g. gcc), KISS Colors has no other dependencies.
17
+ Other than a terminal emulator and C compiler (e.g. gcc), KISS Colors has no
18
+ other dependencies.
18
19
19
- Note: I apologize for the "ugliness" of the code at this time. I hope to address this
20
- in future commits.
20
+ Note: I apologize for the "ugliness" of the code at this time. I hope to address
21
+ this in future commits.
21
22
22
23
23
24
INSTALLATION
Original file line number Diff line number Diff line change 12
12
int
13
13
find_palettes (void )
14
14
{
15
- if ( access ("/etc /kc/palettes" , F_OK ) == 0 )
15
+ if ( access ("/usr/share /kc/palettes" , F_OK ) == 0 )
16
16
{
17
- strcpy (p .SEQ , "/etc /kc/palettes" );
17
+ strcpy (p .SEQ , "/usr/share /kc/palettes" );
18
18
return 0 ;
19
19
}
20
20
You can’t perform that action at this time.
0 commit comments