From: Ben Gras Date: Sun, 19 Mar 2006 21:36:20 +0000 (+0000) Subject: Rename packme to packman. X-Git-Tag: v3.1.2a~178 X-Git-Url: http://zhaoyanbai.com/repos/man.named.html?a=commitdiff_plain;h=12f37ed99eda6b878b204ce2a3ded0ebecd8ddb4;p=minix.git Rename packme to packman. --- diff --git a/commands/scripts/Makefile b/commands/scripts/Makefile index f45b3031e..9fb14ec09 100755 --- a/commands/scripts/Makefile +++ b/commands/scripts/Makefile @@ -43,7 +43,7 @@ usr: \ /usr/bin/rotate \ /usr/bin/floppysetup \ /usr/bin/packit \ - /usr/bin/packme \ + /usr/bin/packman \ /usr/bin/spell \ /usr/bin/srccrc \ /usr/bin/svclog \ @@ -142,7 +142,7 @@ clean: /usr/bin/packit: packit.sh install -m 755 -c -o bin $? $@ -/usr/bin/packme: packme.sh +/usr/bin/packman: packman.sh install -m 755 -c -o bin $? $@ /usr/bin/spell: spell.sh diff --git a/commands/scripts/packme.sh b/commands/scripts/packman.sh similarity index 100% rename from commands/scripts/packme.sh rename to commands/scripts/packman.sh