[dahdi-commits] qwell: tools/trunk r4534 - /tools/trunk/Makefile
    SVN commits to the DAHDI project 
    dahdi-commits at lists.digium.com
       
    Thu Jul  3 13:09:09 CDT 2008
    
    
  
Author: qwell
Date: Thu Jul  3 13:09:08 2008
New Revision: 4534
URL: http://svn.digium.com/view/dahdi?view=rev&rev=4534
Log:
No longer install utils into /sbin/ (with the justification that "that's just how we've always done it").
Use what configure detected sbindir as.
Modified:
    tools/trunk/Makefile
Modified: tools/trunk/Makefile
URL: http://svn.digium.com/view/dahdi/tools/trunk/Makefile?view=diff&rev=4534&r1=4533&r2=4534
==============================================================================
--- tools/trunk/Makefile (original)
+++ tools/trunk/Makefile Thu Jul  3 13:09:08 2008
@@ -87,9 +87,7 @@
 
 # libdir, includedir and mandir are defined in makeopts (from
 # configure).
-# we use /sbin, rather than configure's $(sbindir) because we use /sbin
-# for historical reasons.
-BIN_DIR:=/sbin
+BIN_DIR:=$(sbindir)
 LIB_DIR:=$(libdir)
 INC_DIR:=$(includedir)/dahdi
 MAN_DIR:=$(mandir)/man8
    
    
More information about the dahdi-commits
mailing list