freebsd-ports/lang/fpc/files/patch-compiler-utils_samplecfg
Jose Alonso Cardenas Marquez abbf911981 - Update to 2.2.4
- Add convertors/fpc-iconvenc port to bsd.fpc.mk
- pkg-plist fixes
2009-05-04 15:23:08 +00:00

11 lines
410 B
Text

--- compiler/utils/samplecfg 2009-02-28 17:54:01.000000000 -0500
+++ compiler/utils/samplecfg 2009-04-26 13:53:57.000000000 -0500
@@ -55,7 +55,7 @@
# Detect if we have write permission in sysdir.
if [ -w "$sysdir" ] ; then
echo Write permission in $sysdir.
- fpccfgfile="$sysdir"/fpc.cfg
+ fpccfgfile="$sysdir"/fpc.cfg.sample
else
echo No write premission in $sysdir.
fpccfgfile="$HOME"/.fpc.cfg