New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79659


Ignore:
Timestamp:
06/22/11 12:40:24 (4 years ago)
Author:
derek@…
Message:

Renamed install_launchd.sh to setupstats.sh
Modified Makefile.in accordingly

Location:
branches/gsoc11-statistics/base
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/gsoc11-statistics/base/Makefile.in

    r79531 r79659  
    3737        $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 444 macports-pubkey.pem  $(DESTDIR)${datadir}/macports/ 
    3838        $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 544 submitstats.sh $(DESTDIR)${datadir}/macports/ 
    39         # Install launchd script that runs submistats.sh 
    40         ./install_launchd.sh $(DESTDIR)${datadir}/macports/submitstats.sh $(DESTDIR)${sysconfdir}/macports/macports.conf 
     39# Install launchd script that runs submistats.sh 
     40        ./setupstats.sh $(DESTDIR)${datadir}/macports/submitstats.sh $(DESTDIR)${sysconfdir}/macports/macports.conf 
     41         
    4142# Only run these scripts when not building in a destroot 
    4243ifeq ($(DESTDIR),) 
Note: See TracChangeset for help on using the changeset viewer.