1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Changeset 1016

Show
Ignore:
Timestamp:
10/01/03 09:09:23 (10 years ago)
Author:
guidog
Message:

use $DESTDIR when installing files

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/sm5/Makefile.am

    r1010 r1016  
    11## Process this file with automake to produce Makefile.in 
    22# 
    3 # $Id: Makefile.am,v 1.11 2003/09/30 14:01:10 guidog Exp $ 
     3# $Id: Makefile.am,v 1.12 2003/10/01 09:09:23 guidog Exp $ 
    44# 
    55sbin_PROGRAMS = smartd  \ 
     
    8888 
    8989install-initdDATA: $(initd_DATA) 
    90         $(mkinstalldirs) $(initddir) 
    91         $(INSTALL_SCRIPT) $(srcdir)/smartd.initd $(initddir)/smartd 
     90        $(mkinstalldirs) $(DESTDIR)$(initddir) 
     91        $(INSTALL_SCRIPT) $(srcdir)/smartd.initd $(DESTDIR)$(initddir)/smartd 
    9292        @echo -e "\n\nTo manually start smartd on bootup, run /etc/rc.d/init.d/smartd start" 
    9393        @echo "To automatically start smartd on bootup, run /sbin/chkconfig --add smartd"