diff options
author | Niels Horn <niels.horn@gmail.com> | 2011-12-11 19:40:11 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-18 00:05:10 -0200 |
commit | ee3c207d29abd0cb9b2e1d521ee2c27bd59b34e2 (patch) | |
tree | 48a3f3665d8211436439560ac6fcab82161a6c92 /graphics/povray/doinst.sh | |
parent | 3afd83bd9ba0f68c281abfb342200d01789c7640 (diff) | |
download | slackbuilds-ee3c207d29abd0cb9b2e1d521ee2c27bd59b34e2.tar.gz |
graphics/povray: Updated for version 3.7.0.RC3
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
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 |