Changeset b242df2 for conf


Ignore:
Timestamp:
02/22/12 20:37:52 (13 years ago)
Author:
Tomasz Obrebski <to@…>
Branches:
master
Children:
abd28d1
Parents:
e7de6cc
git-author:
Tomasz Obrebski <to@…> (02/22/12 20:37:52)
git-committer:
Tomasz Obrebski <to@…> (02/22/12 20:37:52)
Message:

fixed bug in lst2fstext (compdic component)
conf/Makefile updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • conf/Makefile

    rcfdf333 rb242df2  
    1515install: 
    1616ifdef CONF_DIR 
    17         install -m 0644 compiledic.conf $(CONF_DIR) 
     17        install -m 0644 compdic.conf $(CONF_DIR) 
    1818        install -m 0644 cor.conf $(CONF_DIR) 
    1919        install -m 0644 dgc.conf $(CONF_DIR) 
     
    3232uninstall: 
    3333ifdef CONF_DIR 
    34         rm $(CONF_DIR)/compiledic.conf 
     34        rm $(CONF_DIR)/compdic.conf 
    3535        rm $(CONF_DIR)/cor.conf 
    3636        rm $(CONF_DIR)/dgc.conf 
Note: See TracChangeset for help on using the changeset viewer.