From e6dee5232f4755c49c25a1e2e3523ae12696b01f Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 31 Mar 2009 18:43:18 +0000 Subject: [PATCH] sbin instead of bin :S --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ccfabc1..e72bc5e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION := 0 SUBVERSION := 7 -MINORVERSION := snapshot +MINORVERSION := 0 #DESTDIR := /usr DESTDIR := /usr/local @@ -24,8 +24,8 @@ check: echo "Not implemented" install: nethogs nethogs.8 - install -d -m 755 $(bin) - install -m 755 nethogs $(bin) + install -d -m 755 $(sbin) + install -m 755 nethogs $(sbin) install -d -m 755 $(man8) install -m 644 nethogs.8 $(man8)