bakkeby / st-flexipatch

An st build with preprocessor directives to decide which patches to include during build time
MIT License
347 stars 107 forks source link

Check for already exisiting desktop entry #100

Closed sajayprakash closed 1 year ago

sajayprakash commented 1 year ago

When st desktop entry already exists it throws error when running make

bakkeby commented 1 year ago

This is fine, I'll merge it.

This is actually caused by a bug in cp that was introduced a few months back. It makes no sense for cp -n to return an error status if the file already exists. This wasn't an issue before.