uninstall problem
Status: Beta
Brought to you by:
cmusik
make uninstall
rm -f "/usr/bin/snmpmon"
rmdir "/usr/bin/"
rmdir: `/usr/bin/': Directory not empty
make: [uninstall_target] Error 1 (ignored)
rm -f -r "/usr/share/snmpmon/snmpmon_de.qm"
rmdir "/usr/share/snmpmon/"
what the *** is that ? "rmdir /usr/bin"
uninstall_target:
-$(DEL_FILE)
"$(INSTALL_ROOT)/usr/bin/$(QMAKE_TARGET)"
-$(DEL_DIR) "$(INSTALL_ROOT)/usr/bin/"
maybe u can change`it a bit.