diff options
Diffstat (limited to 'graphics/povray/doinst.sh')
-rw-r--r-- | graphics/povray/doinst.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/povray/doinst.sh b/graphics/povray/doinst.sh index 95e20fef95..9e6e7818eb 100644 --- a/graphics/povray/doinst.sh +++ b/graphics/povray/doinst.sh @@ -11,8 +11,8 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -config etc/povray/__VERSION__/povray.conf.new -config etc/povray/__VERSION__/povray.ini.new +config etc/povray/@VERSION@/povray.conf.new +config etc/povray/@VERSION@/povray.ini.new if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 |