Changeset 99

Show
Ignore:
Timestamp:
27/05/08 10:25:26 (4 years ago)
Author:
bombadil
Message:

corrección en uninstall y dist

Location:
ella-src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • ella-src/Makefile.in

    r93 r99  
    5050dist: clean 
    5151        svn2cl -i --group-by-day 
    52         cd .. && tar cz --exclude=.svn -f @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz ella-src/{etc,main,common,modules,AUTHORS,ChangeLog,COPYING,include,INSTALL,configure,Makefile.in,README,THANKS} 
     52        cd .. && tar cz --exclude=.svn -f @PACKAGE_NAME@-@PACKAGE_VERSION@-`date +%Y%m%d`.tar.gz ella-src/{etc,main,common,modules,AUTHORS,ChangeLog,COPYING,include,INSTALL,configure,Makefile.in,README,THANKS} 
    5353        $(RM) ChangeLog 
    5454 
     
    6666        $(MAKE) -C modules uninstall 
    6767        [ -d @sysconfdir@/ews ] && $(RM) -r @sysconfdir@/ews 
    68         [ -d @localstatedir@/run/ews ] || $(RM) -r @localstatedir@/run/ews 
     68        [ -d @localstatedir@/run/ews ] && $(RM) -r @localstatedir@/run/ews 
  • ella-src/modules/Makefile.in

    r90 r99  
    2727 
    2828uninstall: 
    29         [ -d @libdir@/ews/modules ] && $(RM) -r @libdir@/ews/modules 
     29        [ -d @libdir@/ews/modules ] && $(RM) -r @libdir@/ews