From coin-trac at coin-or.org Thu Mar 26 14:45:41 2009 From: coin-trac at coin-or.org (CoinMP Library) Date: Thu, 26 Mar 2009 18:45:41 -0000 Subject: [CoinMP-tickets] [CoinMP Library] #6: uninstall fails to remove examples directory Message-ID: <052.21453d7cbf56eb5b69137df7f243c8c9@coin-or.org> #6: uninstall fails to remove examples directory ------------------------+--------------------------------------------------- Reporter: stefan | Owner: somebody Type: defect | Status: new Priority: normal | Milestone: Component: component1 | Version: Severity: normal | Keywords: ------------------------+--------------------------------------------------- Hi, {{{make uninstall}}} (for trunk) fails for me with {{{ rm -f [...]/share/doc/coin/CoinMP/examples rm: cannot remove `[...]/share/doc/coin/CoinMP/examples': Is a directory }}} I believe the line {{{ rm -f $(DESTDIR)$(examplesdir) }}} in {{{CoinMP/Makefile.am}}} should be changed into {{{ rmdir $(DESTDIR)$(examplesdir) }}} or {{{ rm -rf $(DESTDIR)$(examplesdir) }}} Best, Stefan -- Ticket URL: CoinMP Library A lightweight API for some COIN-OR tools