]> git.pld-linux.org Git - packages/LiVES.git/blame - LiVES-FHS.patch
- fixing FHS issues in another way
[packages/LiVES.git] / LiVES-FHS.patch
CommitLineData
d0220821 1diff -ur lives-0.9.6-o/po/make_rfx_builtin_list.pl lives-0.9.6/po/make_rfx_builtin_list.pl
2--- lives-0.9.6-o/po/make_rfx_builtin_list.pl 2006-01-28 13:58:18.000000000 -0700
3+++ lives-0.9.6/po/make_rfx_builtin_list.pl 2006-08-16 13:10:21.000000000 -0600
4@@ -3,7 +3,7 @@
5 # released under the GPL 2
6 # see file COPYING or www.gnu.org for details
7
8-$builtin_dir.="$ARGV[0]/$ARGV[1]/share/lives/plugins/effects/RFXscripts/";
9+$builtin_dir.="$ARGV[0]/$ARGV[1]/lib/lives/plugins/effects/RFXscripts/";
10 print " adding script files from $builtin_dir\n";
11
12 open OUT,"> POTFILES_PLUGINS";
13diff -ur lives-0.9.6-o/po/pxgettext lives-0.9.6/po/pxgettext
14--- lives-0.9.6-o/po/pxgettext 2006-01-28 13:58:19.000000000 -0700
15+++ lives-0.9.6/po/pxgettext 2006-08-16 13:10:21.000000000 -0600
16@@ -33,7 +33,7 @@
17 }
18
19 $e = "msgid \"$plugin_name\"";
20- $fileposition = "#: $prefix/share/lives/plugins/effects/rendered/$basename:0\n";
21+ $fileposition = "#: $prefix/lib/lives/plugins/effects/rendered/$basename:0\n";
22 unless (&exists($e)) {
23 $e.="\nmsgstr \"\"\n";
24 push @{$entry{$e}}, $fileposition;
25diff -ur lives-0.9.6-o/src/main.h lives-0.9.6/src/main.h
26--- lives-0.9.6-o/src/main.h 2006-07-20 19:06:58.000000000 -0600
27+++ lives-0.9.6/src/main.h 2006-08-16 13:11:07.000000000 -0600
28@@ -81,10 +81,10 @@
29
30 #define DOC_DIR "/share/doc/lives-"
31
32-#define THEME_DIR "/share/lives/themes/"
33-#define PLUGIN_DIR "/share/lives/plugins/"
34-#define ICON_DIR "/share/lives/icons/"
35-#define DATA_DIR "/share/lives/"
36+#define THEME_DIR "/lib/lives/themes/"
37+#define PLUGIN_DIR "/lib/lives/plugins/"
38+#define ICON_DIR "/lib/lives/icons/"
39+#define DATA_DIR "/lib/lives/"
40 #define LIVES_CONFIG_DIR ".lives-dir"
41
42 // insert methods
This page took 0.097715 seconds and 4 git commands to generate.