From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart Oldeman Subject: Re: Install error with Make Install in CVS version of Dosemu Date: Tue, 13 Dec 2005 10:43:35 +1300 (NZDT) Message-ID: References: Mime-Version: 1.0 Return-path: In-Reply-To: Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: TEXT/PLAIN; charset="us-ascii"; format="flowed" Content-Transfer-Encoding: 7bit To: linux-msdos@vger.kernel.org On Mon, 12 Dec 2005, Victor Warner wrote: > Downloaded the latest CVS version (downloaded 12 December 2005) > > When I got to Make Install (after being root) I get error messages. The full > text of what is produced by Make Install is below. Any help would be > gratefully appreciated. Thanks for reporting, it happens only on fresh installations. It's corrected in CVS now, or use the patch below in case CVS lags. Bart --- src/arch/linux/Makefile.main.~1.21.~ 2005-11-29 22:29:30.000000000 +1300 +++ src/arch/linux/Makefile.main 2005-12-13 10:39:24.000000000 +1300 @@ -150,7 +150,6 @@ done rm -rf $(DESTDIR)$(dosemudir)/commands $(DESTDIR)$(dosemudir)/freedos/dosemu cp -a $(TMP)/dosemu $(DESTDIR)$(dosemudir)/commands - ln -sf ../commands $(DESTDIR)$(dosemudir)/freedos/dosemu cd $(TMP)/dosemu; \ for i in `find . -type f` ; do \ ln -snf $(dosemudir)/commands/$${i:2} $$i; \ @@ -179,6 +178,7 @@ fi; \ rm -rf $(DESTDIR)$(dosemudir)/freedos/tmp; \ ln -sf /tmp $(DESTDIR)$(dosemudir)/freedos/tmp; \ + ln -sf ../commands $(DESTDIR)$(dosemudir)/freedos/dosemu; \ fi $(INSTALL) -d $(DESTDIR)$(sysconfdir) if [ ! -f $(DESTDIR)$(sysconfdir)/dosemu.conf ]; then \