mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -05:00
Use copy to copy config.c file, instead off install that sets 755.
This commit is contained in:
parent
e113d0af54
commit
99016c5640
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ README.html: README.md
|
||||||
# config directory
|
# config directory
|
||||||
##
|
##
|
||||||
${top_builddir}/config/config.c: ${top_srcdir}/config/config.def.c
|
${top_builddir}/config/config.c: ${top_srcdir}/config/config.def.c
|
||||||
install ${top_srcdir}/config/config.def.c $@
|
cp ${top_srcdir}/config/config.def.c $@
|
||||||
|
|
||||||
##
|
##
|
||||||
# Extra DIST
|
# Extra DIST
|
||||||
|
|
Loading…
Add table
Reference in a new issue