~ubuntu-branches/ubuntu/karmic/alpine/karmic

« back to all changes in this revision

Viewing changes to web/src/alpined.d/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Asheesh Laroia
  • Date: 2008-09-23 12:17:56 UTC
  • mfrom: (2.1.8 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080923121756-6u4x8bwq89qlzt32
Tags: 2.00+dfsg-2
Update to package description: note that Alpine is no longer in
alpha. (Closes: #499640)

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
         debug.c status.c stubs.c alpined.h color.h ldap.h
51
51
        echo "char datestamp[]="\"`date`\"";" > local.c
52
52
        echo "char hoststamp[]="\"`hostname`\"";" >> local.c
53
 
        awk '{printf "%d\n", $$0 + 1}' < compilation > compx
54
 
        mv compx compilation
55
 
        echo "char compstamp[]="\"`cat compilation`\"";" >> local.c