From d39e1dd6359f3afe6bf307db4eb1d4fdb03397e1 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 29 Aug 2005 19:16:13 +0000 Subject: [PATCH] Smallminix -> minixsize --- commands/scripts/Makefile | 4 ++-- commands/scripts/{smallminix.sh => minixsize.sh} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename commands/scripts/{smallminix.sh => minixsize.sh} (100%) diff --git a/commands/scripts/Makefile b/commands/scripts/Makefile index ff20e7085..4f5f51d3b 100755 --- a/commands/scripts/Makefile +++ b/commands/scripts/Makefile @@ -34,7 +34,7 @@ usr: \ /usr/bin/mkdep \ /usr/bin/mkdist \ /usr/bin/setup \ - /usr/bin/smallminix \ + /usr/bin/minixsize \ /usr/bin/rotate \ /usr/bin/floppysetup \ /usr/bin/spell \ @@ -113,7 +113,7 @@ clean: /usr/bin/setup: setup.sh install -m 755 -c -o bin $? $@ -/usr/bin/smallminix: smallminix.sh +/usr/bin/minixsize: minixsize.sh install -m 755 -c -o bin $? $@ /usr/bin/spell: spell.sh diff --git a/commands/scripts/smallminix.sh b/commands/scripts/minixsize.sh similarity index 100% rename from commands/scripts/smallminix.sh rename to commands/scripts/minixsize.sh