From e96ed957773b4f36e2aad99f9460600a3655c84f Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Sat, 18 Nov 2006 01:34:49 +0000 Subject: [PATCH] force symlink creation --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 758a67c..068605c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -241,10 +241,10 @@ nodist_lib_dietlibc_not_enabled_error_a_SOURCES = \ endif install-exec-hook: - cd $(DESTDIR)$(sbindir) && $(LN_S) vuseradd vadduser - cd $(DESTDIR)$(sbindir) && $(LN_S) vuserdel vdeluser + cd $(DESTDIR)$(sbindir) && $(LN_S)f vuseradd vadduser + cd $(DESTDIR)$(sbindir) && $(LN_S)f vuserdel vdeluser mkdir -p $(DESTDIR)/bin - cd $(DESTDIR)/bin && $(LN_S) ../$(sbindir)/vsh + cd $(DESTDIR)/bin && $(LN_S)f ../$(sbindir)/vsh install-data-hook: install -D -m 644 scripts/vcached.logrotate $(DESTDIR)/$(sysconfdir)/logrotate.d/vcached -- 2.43.0