diff options
author | Erik Troan <ewt@redhat.com> | 1998-03-10 15:54:42 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1998-03-10 15:54:42 +0000 |
commit | 83f62d66d3ce0bd3e62d5d1fb061a816225d325b (patch) | |
tree | d296b0a0100d790f8efa1ba9ddb6bfd5a0f75c95 /src/Makefile | |
parent | 54a18ea25de3965e7ae907c3238569eb01803bf1 (diff) | |
download | initscripts-83f62d66d3ce0bd3e62d5d1fb061a816225d325b.tar initscripts-83f62d66d3ce0bd3e62d5d1fb061a816225d325b.tar.gz initscripts-83f62d66d3ce0bd3e62d5d1fb061a816225d325b.tar.bz2 initscripts-83f62d66d3ce0bd3e62d5d1fb061a816225d325b.tar.xz initscripts-83f62d66d3ce0bd3e62d5d1fb061a816225d325b.zip |
ipcalc should go in /bin, not /sbin
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 1fef1fb3..e50570e5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -13,7 +13,7 @@ install: install -o 0 -g 0 -s -m 755 usleep $(ROOT)/bin/usleep install -o 0 -g 0 -s -m 4755 usernetctl $(ROOT)/usr/sbin/usernetctl install -o 0 -g 0 -s -m 2755 netreport $(ROOT)/sbin/netreport - install -o 0 -g 0 -s -m 2755 ipcalc $(ROOT)/sbin/ipcalc + install -o 0 -g 0 -s -m 2755 ipcalc $(ROOT)/bin/ipcalc install -m 644 doexec.1 $(ROOT)/usr/man/man1 install -m 644 netreport.1 $(ROOT)/usr/man/man1 install -m 644 usleep.1 $(ROOT)/usr/man/man1 |