1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
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

14 lines
509 B
Plaintext

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