diff options
Diffstat (limited to 'app-benchmarks/os-autoinst/files/0001-use-proper-path-to-share-for-isotovideo.patch')
-rw-r--r-- | app-benchmarks/os-autoinst/files/0001-use-proper-path-to-share-for-isotovideo.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-benchmarks/os-autoinst/files/0001-use-proper-path-to-share-for-isotovideo.patch b/app-benchmarks/os-autoinst/files/0001-use-proper-path-to-share-for-isotovideo.patch new file mode 100644 index 000000000000..adc93cfd7b68 --- /dev/null +++ b/app-benchmarks/os-autoinst/files/0001-use-proper-path-to-share-for-isotovideo.patch @@ -0,0 +1,22 @@ +From 227971acbe41735d2f7f21fd9af94de561e43527 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= <tchvatal@suse.cz> +Date: Thu, 1 Mar 2012 11:58:06 +0100 +Subject: [PATCH 1/2] use proper path to share for isotovideo. + +--- + bin/isotovideo.in | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/bin/isotovideo.in b/bin/isotovideo.in +index 715327d..b399564 100644 +--- a/bin/isotovideo.in ++++ b/bin/isotovideo.in +@@ -1,3 +1,3 @@ + #!/usr/bin/env sh +-exec_prefix="@prefix@" +-exec "@libdir@/@PACKAGE@/tools/isotovideo" ++prefix="@prefix@" ++exec "@datarootdir@/@PACKAGE@/tools/isotovideo" +-- +1.7.7 + |