summaryrefslogtreecommitdiffstats
path: root/graphics/povray/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/povray/doinst.sh')
-rw-r--r--graphics/povray/doinst.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/povray/doinst.sh b/graphics/povray/doinst.sh
index 55cd6f9e02..f374d1b79a 100644
--- a/graphics/povray/doinst.sh
+++ b/graphics/povray/doinst.sh
@@ -11,10 +11,10 @@ config() {
# Otherwise, we leave the .new copy for the admin to consider...
}
-if [ -e /etc/povray/@VERSION@/povray.conf.new ]; then
- config /etc/povray/@VERSION@/povray.conf.new
+if [ -e etc/povray/@VERSION@/povray.conf.new ]; then
+ config etc/povray/@VERSION@/povray.conf.new
fi
-if [ -e /etc/povray/@VERSION@/povray.ini.new ]; then
- config /etc/povray/@VERSION@/povray.ini.new
+if [ -e etc/povray/@VERSION@/povray.ini.new ]; then
+ config etc/povray/@VERSION@/povray.ini.new
fi