Changeset 234


Ignore:
Timestamp:
Mar 22, 2017, 5:22:10 PM (7 years ago)
Author:
g7moreau
Message:
  • Add bash completion to klask
Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r191 r234  
    77CRONDIR=/etc/cron.d
    88ETCDIR=/etc/klask
     9COMPDIR=/etc/bash_completion.d
    910
    1011.PHONY: all install update sync upload help
     
    3940        install    -m 0644 -o root -g root push-web-sample.conf $(DESTDIR)/$(ETCDIR)
    4041
     42        @install -d -m 0755 -o root -g root $(DESTDIR)/$(COMPDIR)
     43        install    -m 0644 -o root -g root klask.bash_completion $(DESTDIR)/$(COMPDIR)/klask
     44
    4145sync:
    4246        svn update
Note: See TracChangeset for help on using the changeset viewer.