Linux MS DOS discussions
 help / color / mirror / Atom feed
From: "Bart Oldeman" <bartoldeman@users.sourceforge.net>
To: perry hargrave <phargrave@bloodcellstorage.com>
Cc: linux-msdos@vger.kernel.org
Subject: Re: can't install free-dos?
Date: Tue, 1 May 2007 21:05:18 -0400	[thread overview]
Message-ID: <c3d607cc0705011805u45f5bd2dk2514f08588c711aa@mail.gmail.com> (raw)
In-Reply-To: <4637C50B.9000607@bloodcellstorage.com>

[-- Attachment #1: Type: text/plain, Size: 524 bytes --]

On 5/1/07, perry hargrave <phargrave@bloodcellstorage.com> wrote:

> I extract dosemu-1.3.5, configure --with-fdtarball=dosemu-1.0.tgz, make,
> then su & make install but I always get this error:
>
> > rm -rf /tmp/dosemu//usr/local/share/dosemu/commands /tmp/dosemu//usr/local/share/dosemu/freedos/dosemu
> > rm: cannot remove `/tmp/dosemu//usr/local/share/dosemu/freedos/dosemu': Not a directory

Please try to prefix the "rm" with a -, like in the attached patch.
Let me know if it works or if you need more dashes.

Bart

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: make.diff --]
[-- Type: text/x-patch; name="make.diff", Size: 614 bytes --]

Index: src/arch/linux/Makefile.main
===================================================================
--- src/arch/linux/Makefile.main	(revision 1718)
+++ src/arch/linux/Makefile.main	(working copy)
@@ -148,7 +148,7 @@
 	cd $(SYS); for i in `find * -type l`; do \
 	  ln -sf generic.com $(TMP)/dosemu/$$i; \
 	done
-	rm -rf $(DESTDIR)$(dosemudir)/commands $(DESTDIR)$(dosemudir)/freedos/dosemu
+	-rm -rf $(DESTDIR)$(dosemudir)/commands $(DESTDIR)$(dosemudir)/freedos/dosemu
 	rm -rf $(DESTDIR)$(dosemudir)/drive_z/dosemu
 	$(INSTALL) -d $(DESTDIR)$(sysconfdir)
 	cd $(REALTOPDIR); if [ -f $(fdtarball) ]; then \

      reply	other threads:[~2007-05-02  1:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-01 22:54 can't install free-dos? perry hargrave
2007-05-02  1:05 ` Bart Oldeman [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c3d607cc0705011805u45f5bd2dk2514f08588c711aa@mail.gmail.com \
    --to=bartoldeman@users.sourceforge.net \
    --cc=linux-msdos@vger.kernel.org \
    --cc=phargrave@bloodcellstorage.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox