From 1a46bf488053e54f67b95767b16b0562a8e4fac9 Mon Sep 17 00:00:00 2001 From: Cameron White Date: Tue, 1 May 2012 18:05:10 -0400 Subject: [PATCH] [Fixes bug #932924] Use @libdir@ to improve the portability of the pinta launch script --- pinta.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pinta.in b/pinta.in index b17b17b..161a55a 100644 --- a/pinta.in +++ b/pinta.in @@ -1,2 +1,5 @@ #!/bin/sh -exec @MONO@ @prefix@/lib/@PACKAGE@/Pinta.exe "$@" +prefix=@prefix@ +exec_prefix=@exec_prefix@ + +exec @MONO@ @libdir@/@PACKAGE@/Pinta.exe "$@" -- 1.7.9.5