freebsd-ports/lang/fpc/files/patch-compiler-utils_samplecfg
Jose Alonso Cardenas Marquez f7f940d1c2 - Update to 2.2.2
2009-01-14 06:13:57 +00:00

11 lines
399 B
Text

--- compiler/utils/samplecfg 2008-06-04 13:06:36.000000000 -0500
+++ compiler/utils/samplecfg 2009-01-06 22:35:23.000000000 -0500
@@ -50,7 +50,7 @@
# Detect if we have write permission in root.
if [ -w "$sysdir" ] ; then
echo Write permission in $sysdir.
- thefile="$sysdir"/fpc.cfg
+ thefile="$sysdir"/fpc.cfg.sample
else
echo No write premission in $sysdir.
thefile="$HOME"/.fpc.cfg