forked from Lainports/freebsd-ports
11 lines
400 B
Text
11 lines
400 B
Text
--- compiler/utils/samplecfg 2008-01-06 01:17:24.468239657 +0300
|
|
+++ compiler/utils/samplecfg 2008-01-06 01:36:20.388869514 +0300
|
|
@@ -72,7 +72,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
|