Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 77861 by David Michael Leo Brown Jr. for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Eric Sandall" <eric AT sandall.us>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Ladislav Hagara" <ladislav.hagara AT unob.cz>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Pol Vinogradov" <vin.public AT gmail.com>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 77861 by David Michael Leo Brown Jr. for review
  • Date: Tue, 18 Apr 2006 09:45:00 +0100 (BST)

Change 77861 by david_brown@dmlb2000-dmlb2004 on 2006/04/18 09:40:45

fixed install file to be more like a build api2 spell

Affected files ...

... //sgl/grimoires/devel/collab/bugzilla/HISTORY#13 edit
... //sgl/grimoires/devel/collab/bugzilla/INSTALL#2 edit

Differences ...

==== //sgl/grimoires/devel/collab/bugzilla/HISTORY#13 (text) ====

@@ -1,5 +1,6 @@
2006-04-18 David Brown <dmlb2000 AT gmail.com>
* DETAILS: added build api 2
+ * INSTALL: this was a BUILD file for api1 changed to be more like api2

2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

==== //sgl/grimoires/devel/collab/bugzilla/INSTALL#2 (xtext) ====

@@ -1,19 +1,10 @@
-(
+mkdir -p /usr/share/$SPELL &&
+cp -r ./ /usr/share/$SPELL/ &&
+chown -R nobody:nogroup /usr/share/$SPELL &&

- # kill remnants of CVS, if any
- rm -fr $(find ./ -type d -and -name CVS) &&
- rm -fr $(find ./ -type f -and -name .cvsignore) &&
-
- prepare_install &&
-
- mkdir -p /usr/share/$SPELL &&
- cp -r ./ /usr/share/$SPELL/ &&
- chown -R nobody:nogroup /usr/share/$SPELL &&
-
- # it's good to have docs
- if [ -d /usr/doc/$SPELL ]; then
- rm -fr /usr/doc/$SPELL/
- fi &&
- ln -fns /usr/share/$SPELL/docs /usr/doc/$SPELL
+# it's good to have docs
+if [ -d /usr/doc/$SPELL ]; then
+ rm -fr /usr/doc/$SPELL/
+fi &&
+ln -fns /usr/share/$SPELL/docs /usr/doc/$SPELL

-) >$C_FIFO 2>&1



  • [SM-Commit] PERFORCE change 77861 by David Michael Leo Brown Jr. for review, Perforce Review Daemon, 04/18/2006

Archive powered by MHonArc 2.6.24.

Top of Page