sdomi / libbieoffice

LibreOffice icon and splash replacement script
108 stars 5 forks source link

Small improvements: /usr/bin/env and gitignore #2

Closed fuerbringer closed 6 years ago

fuerbringer commented 6 years ago

/usr/bin/env

Changed /bin/bash to /usr/bin/env bash for more compatible bash detection. Caused some issues on my NixOS since bash does not reside in /bin/bash by default. Should work on other distros too (Though I'd still clone this branch and test before merging)

Also the script as a whole does not work on NixOs, which is expected due to its system structure. Which is why I might do another PR to fix that issue.

.gitignore

Added libbie_icons to a .gitignore since I'm assuming it's not meant to be pushed back to upstream.