summaryrefslogtreecommitdiff
path: root/lang/fpc/files/patch-compiler-utils_samplecfg
blob: 68a4b2f1ae24df9f5ce9cef290efb5e22a94ff13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- compiler/utils/samplecfg	2011-12-10 07:59:24.000000000 -0500
+++ compiler/utils/samplecfg	2012-02-23 15:47:13.000000000 -0500
@@ -37,8 +37,8 @@
 # Detect if we have write permission in sysdir.
 if [ -w "$sysdir" ] ; then
   echo Write permission in $sysdir.
-  fpccfgfile="$sysdir"/fpc.cfg
-  fppkgfile="$sysdir"/fppkg.cfg
+  fpccfgfile="$sysdir"/fpc.cfg.sample
+  fppkgfile="$sysdir"/fppkg.cfg.sample
   defaultfile="$sysdir"/fppkg/default
   compilerconfigdir="-d CompilerConfigDir=$sysdir/fppkg"
 else