Package: dosemu
Version: 1.2.2-2
Severity: minor
Tags: patch

How to reproduce: Use dosemu for the first time.  Or, "rm -rf ~/.dosemu"
and then start dosemu.  This is the error message:

touch: cannot touch `/home/bart/.dosemu/stamp-dosemu': No such file or directory

--- orig/dosemu-1.2.2/dist/dosemu       2006-02-18 14:08:37.000000000 +0100
+++ dosemu-1.2.2/dist/dosemu    2006-02-26 15:00:54.000000000 +0100
@@ -75,6 +75,8 @@
   fi
 }
 
+mkdir -p ~/.dosemu
+
 unset XFLAG
 if [ "`basename $ARG0`" = "xdosemu" ]; then
   if [ -n "$DUMBTERM" ]; then

Reply via email to