forked from Lainports/freebsd-ports
11 lines
399 B
Text
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
|