diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-11-16 10:28:58 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-16 13:58:35 -0600 |
commit | eb12ed494d5b592c354ad0fa70021c1c3b97ed92 (patch) | |
tree | d60bc2e726837bac58330108a8eca138463b3d22 /system/dosemu/doinst.sh | |
parent | 10fde6e0d605177efed81aadb7d89c938346aab6 (diff) |
system/dosemu: Updated for version 20130804_35054ba.
Moved configurations in /etc/dosemu
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/dosemu/doinst.sh')
-rw-r--r-- | system/dosemu/doinst.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/dosemu/doinst.sh b/system/dosemu/doinst.sh index a525f4b87c59..00b706bce97f 100644 --- a/system/dosemu/doinst.sh +++ b/system/dosemu/doinst.sh @@ -11,7 +11,7 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -config etc/dosemu.conf.new -config etc/global.conf.new -config etc/dosemu.users.new +config etc/dosemu/dosemu.conf.new +config etc/dosemu/global.conf.new +config etc/dosemu/dosemu.users.new |