jherico / OculusSDK

Oculus SDK for Virtual Reality
Other
201 stars 114 forks source link

Critical ! Makefile line 70 - Removes /usr/local/share ! #52

Open gnat opened 9 years ago

gnat commented 9 years ago
rm -vfr $(SHRDIR) || true

This removes /usr/local/share when running make uninstall.

Very bad for the uninstaller to do this, it is a standard directory and may mess up your system.