freebsd-ports/lang/fpc/files/patch-compiler-utils_samplecfg
Jose Alonso Cardenas Marquez 0fde88adba - Update to 2.6.0
2012-04-19 06:20:01 +00:00

13 lines
509 B
Text

--- 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