[SCM] din/master: Add patch to remove hardcoded /usr/local/share

edwardw-guest at users.alioth.debian.org edwardw-guest at users.alioth.debian.org
Sat Mar 9 19:12:45 UTC 2013


The following commit has been merged in the master branch:
commit 429ef62036e2d90124ec766b8846d0c5dbfd5646
Author: Edward Wang <edward.c.wang at compdigitec.com>
Date:   Sat Mar 9 10:48:28 2013 -0500

    Add patch to remove hardcoded /usr/local/share

diff --git a/debian/patches/checkdotdin-fix.patch b/debian/patches/checkdotdin-fix.patch
new file mode 100644
index 0000000..aed9292
--- /dev/null
+++ b/debian/patches/checkdotdin-fix.patch
@@ -0,0 +1,11 @@
+Index: din-4.2.1/data/checkdotdin
+===================================================================
+--- din-4.2.1.orig/data/checkdotdin	2013-03-09 10:46:07.000000000 -0500
++++ din-4.2.1/data/checkdotdin	2013-03-09 10:47:15.942117501 -0500
+@@ -1,5 +1,5 @@
+ #! /bin/sh
+-datadir0=/usr/local/share/din/
++datadir0=/usr/share/din/
+ datadir1=$HOME/\.din/
+ if test -d $datadir1
+ then
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1e185c8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+checkdotdin-fix.patch

-- 
din packaging



More information about the pkg-multimedia-commits mailing list