exists, remove it so that we can create it again without an error
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2265
35c25a1d-7b9e-4130-9fde-
d3aeb78583b8
Piefel)
- src/Makefile.am:
- Add chars.c to nano_SOURCES. (DLR)
+ - If we're installing and the "rnano" symlink already exists,
+ remove it so that we can create it again without an error.
+ (DLR)
GNU nano 1.3.5 - 2004.11.22
- General:
nano_LDADD = @GLIB_LIBS@ @LIBINTL@
install-exec-hook:
- cd $(DESTDIR)$(bindir) && $(LN_S) nano rnano
+ cd $(DESTDIR)$(bindir) && rm -f rnano && $(LN_S) nano rnano