No subject


Thu Jun 14 20:07:18 CDT 2007


_uninstall: $(SUBDIRS_UNINSTALL)
	rm -f $(DESTDIR)$(MODULES_DIR)/*
	rm -f $(DESTDIR)$(ASTSBINDIR)/*asterisk*
	rm -f $(DESTDIR)$(ASTSBINDIR)/astgenkey
	rm -f $(DESTDIR)$(ASTSBINDIR)/autosupport
	rm -rf $(DESTDIR)$(ASTHEADERDIR)
	rm -rf $(DESTDIR)$(ASTDATADIR)/firmware
	rm -rf $(DESTDIR)$(ASTMANDIR)/man8
	$(MAKE) -C sounds uninstall

This means, that, with other stuff, this is removed:
$(DESTDIR)$(ASTMANDIR)/man8

And, in any non-SunOS, ASTMANDIR=$(mandir). This means that uninstalling
Asterisk removes all man8 files, and not only from Asterisk.
====================================================================== 

---------------------------------------------------------------------- 
 qwell - 07-10-07 10:59  
---------------------------------------------------------------------- 
I'm pondering the correct way to fix this.  Clearly, removing ASTMANDIR is
the wrong thing to do on most installs. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
07-10-07 10:59  qwell          Note Added: 0067072                          
======================================================================




More information about the Asterisk-bugs mailing list