Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 1792] libgrimoire/gather_docs gathers rubbish

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 1792] libgrimoire/gather_docs gathers rubbish
  • Date: Sat, 25 Jan 2003 12:52:24 -0500

http://bugs.sourcemage.org/show_bug.cgi?id=1792

christopher_brien AT hotmail.com changed:

What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |minor



------- Additional Comments From christopher_brien AT hotmail.com 2003-01-25
12:52 -------
Weird. From termcap, it should copy COPYING, README and INSTALL, but it
doesn't.

The relevant bit is:
-----------------------------------------------------
DOC_DIR=$DOCUMENT_DIRECTORY/$SPELL
mkdir -p $DOC_DIR

DOCS=(README* INSTALL* FAQ* CHAN* doc* DOC* *doc conf SETUP LICENSE
COPYING)
for i in {$DOCS[@]}
do
cp -r $SOURCE_DIRECTORY/${i} $DOC_DIR 2>/dev/null
done

cp $SOURCE_DIRECTORY/*rc $DOC_DIR 2>/dev/null
-----------------------------------------------------

I have no idea why it would want *rc files either. Anyone?



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page