mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2024-11-16 16:48:28 +01:00
fix makefile making .sh and .csh files the same
This commit is contained in:
parent
d98a969501
commit
5adb5edba1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ clean:
|
|||
|
||||
generate: clean
|
||||
@dircolors -b LS_COLORS > ${FILE_NAME}.sh
|
||||
@dircolors -b LS_COLORS > ${FILE_NAME}.csh
|
||||
@dircolors -c LS_COLORS > ${FILE_NAME}.csh
|
||||
|
||||
install: generate
|
||||
@command cp ${FILE_NAME}.sh ${FILE_NAME}.csh ${XDG_DATA_HOME}
|
||||
|
|
Loading…
Reference in a new issue