Skip to content
Snippets Groups Projects
Commit 0d5e90ff authored by ballen4705's avatar ballen4705
Browse files

Use install universally in Makefile

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@10 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent cecc5b13
No related branches found
No related tags found
No related merge requests found
# Makefile for smartmontools # Makefile for smartmontools
# #
# $Id: Makefile,v 1.2 2002/10/09 18:07:17 ballen4705 Exp $ # $Id: Makefile,v 1.3 2002/10/09 19:29:33 ballen4705 Exp $
# #
# Copyright (C) 2002 Bruce Allen <ballen@uwm.edu> # Copyright (C) 2002 Bruce Allen <ballen@uwm.edu>
# #
...@@ -44,7 +44,7 @@ install: smartctl smartd smartctl.8 smartd.8 smartd.initd ...@@ -44,7 +44,7 @@ install: smartctl smartd smartctl.8 smartd.8 smartd.initd
install -m 755 -o root -g root smartd /usr/sbin install -m 755 -o root -g root smartd /usr/sbin
install -m 644 -o root -g root smartctl.8 /usr/share/man/man8 install -m 644 -o root -g root smartctl.8 /usr/share/man/man8
install -m 644 -o root -g root smartd.8 /usr/share/man/man8 install -m 644 -o root -g root smartd.8 /usr/share/man/man8
cp ./smartd.initd /etc/rc.d/init.d/smartd install -m 755 -o root -g root smartd.initd /etc/rc.d/init.d/smartd
/sbin/chkconfig --add smartd /sbin/chkconfig --add smartd
uninstall: uninstall:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment