Changeset 1371

Show
Ignore:
Timestamp:
05/01/05 22:08:12 (4 years ago)
Author:
anarcat
Message:

install alternc_stats_web.php as usr/sbin/alternc_stats_web

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/debian/rules

    r1367 r1371  
    1111 
    1212 
     13INSTALL = install 
     14INSTALL_FILE    = $(INSTALL) -p    -o root -g root  -m  644 
     15INSTALL_PROGRAM = $(INSTALL) -p    -o root -g root  -m  755 
     16INSTALL_SCRIPT  = $(INSTALL) -p    -o root -g root  -m  755 
     17INSTALL_DIR     = $(INSTALL) -p -d -o root -g root  -m  755 
    1318 
    14  
    15 CFLAGS = -Wall -g 
    16  
    17 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) 
    18         CFLAGS += -O0 
    19 else 
    20         CFLAGS += -O2 
    21 endif 
    2219 
    2320configure: configure-stamp 
     
    3532 
    3633        # Add here commands to compile the package. 
    37       $(MAKE) 
     34#     $(MAKE) 
    3835        #docbook-to-man debian/alternc-stats.sgml > alternc-stats.1 
    3936 
     
    4643 
    4744        # Add here commands to clean up after the build process. 
    48       -$(MAKE) clean 
     45#     -$(MAKE) clean 
    4946 
    5047        dh_clean  
     
    5754 
    5855        # Add here commands to install the package into debian/alternc-stats. 
    59         $(MAKE) install DESTDIR=$(CURDIR)/debian/alternc-stats 
     56#       $(MAKE) install DESTDIR=$(CURDIR)/debian/alternc-stats 
     57        $(INSTALL_PROGRAM) $(CURDIR)/bin/alternc_stats_web.php $(CURDIR)/debian/alternc-stats/usr/sbin/alternc_stats_web 
    6058 
    6159