Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (e9263eeff63954c00caaef93dc9ea6b8c624d0c3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (e9263eeff63954c00caaef93dc9ea6b8c624d0c3)
  • Date: Tue, 18 Jul 2006 10:40:55 -0500

GIT changes to master grimoire by Andra?? Levstik <ruskie AT mages.ath.cx>:

devel/fpc/HISTORY | 3 ++-
devel/fpc/INSTALL | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit e9263eeff63954c00caaef93dc9ea6b8c624d0c3
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

fpc: minor fix/revert

diff --git a/devel/fpc/HISTORY b/devel/fpc/HISTORY
index bc31255..84af352 100644
--- a/devel/fpc/HISTORY
+++ b/devel/fpc/HISTORY
@@ -1,5 +1,6 @@
2006-07-18 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
- * INSTALL: fix the brokeness for bug #12742, use install_config_file
+ * INSTALL: fix the brokeness for bug #12742, unfixing the install
config
+ file stuff this is to stupid imho...
* volatiles: added for config files
* configs: added for config files
* BUILD: broken build chain
diff --git a/devel/fpc/INSTALL b/devel/fpc/INSTALL
index c345788..a5dc9bf 100755
--- a/devel/fpc/INSTALL
+++ b/devel/fpc/INSTALL
@@ -25,4 +25,6 @@ else
fi &&
ln -sf $FPCDIR/ppc386 $FPCDEST/bin &&
# create a config file if none exists
-install_config_file $FPCDIR/samplecfg ${INSTALL_ROOT}/etc/fpc.cfg
+if [ ! -f ${INSTALL_ROOT}/etc/fpc.cfg ]; then
+ $FPCDIR/samplecfg $FPCDIR ${INSTALL_ROOT}/etc/fpc.cfg
+fi



  • [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (e9263eeff63954c00caaef93dc9ea6b8c624d0c3), Andra?? Levstik, 07/18/2006

Archive powered by MHonArc 2.6.24.

Top of Page