wildtruc / nvidia-prime-select

This a fork of FedoraPrime enhanced for all linux distributions
GNU General Public License v3.0
127 stars 14 forks source link

sh ./changelog.sh might not work #4

Closed 3togo closed 6 years ago

3togo commented 6 years ago

sh ./changelog.sh may not work with "find", better change it to bash


diff --git a/Makefile b/Makefile index cddfe35..708339a 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ update: install -Dm644 -t /usr/share/applications/ nvidia-prime-ui.desktop install -C -Dm644 -t /usr/share/polkit-1/actions/ com.github.pkexec.nvidia-prime-select.policy install -C -Dm644 -t /usr/share/polkit-1/actions/ com.github.pkexec.nvidia-prime-editor.policy

wildtruc commented 6 years ago

Thanks. Merged.