Changeset 93


Ignore:
Timestamp:
Mar 30, 2011, 4:02:00 PM (13 years ago)
Author:
g7moreau
Message:
  • Add example conf file in /etc/klask
Location:
trunk
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r91 r93  
    55LIBDIR=/usr/lib/klask
    66CRONDIR=/etc/cron.d
     7ETCDIR=/etc/klask
    78
    89all:
     
    2627        install -d -m 0755 -o root -g root $(DESTDIR)/$(CRONDIR)
    2728        install    -m 0644 -o root -g root klask.cron $(DESTDIR)/$(CRONDIR)/klask
     29
     30        install -d -m 0755 -o root -g root $(DESTDIR)/$(ETCDIR)
     31        install    -m 0644 -o root -g root klask-sample.conf $(DESTDIR)/$(ETCDIR)
     32        install    -m 0644 -o root -g root push-web-sample.conf $(DESTDIR)/$(ETCDIR)
Note: See TracChangeset for help on using the changeset viewer.