diff options
author | Olivier Crête <tester@gentoo.org> | 2008-04-09 04:13:26 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2008-04-09 04:13:26 +0000 |
commit | 8e1034098bb395aef2921a8484034d231424eb6b (patch) | |
tree | 295952f14c111798bf9d55b6f306b683e2722a58 /gnome-extra/music-applet | |
parent | Add patch to install the .so files in the proper directly in multilib systems (diff) | |
download | historical-8e1034098bb395aef2921a8484034d231424eb6b.tar.gz historical-8e1034098bb395aef2921a8484034d231424eb6b.tar.bz2 historical-8e1034098bb395aef2921a8484034d231424eb6b.zip |
Oops, forgot one file
Diffstat (limited to 'gnome-extra/music-applet')
-rw-r--r-- | gnome-extra/music-applet/files/music-applet-2.3.0-pyexecdir.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnome-extra/music-applet/files/music-applet-2.3.0-pyexecdir.patch b/gnome-extra/music-applet/files/music-applet-2.3.0-pyexecdir.patch new file mode 100644 index 000000000000..bdb5351099d7 --- /dev/null +++ b/gnome-extra/music-applet/files/music-applet-2.3.0-pyexecdir.patch @@ -0,0 +1,13 @@ +--- src/musicapplet/Makefile.am.orig 2008-04-09 00:02:43.000000000 -0400 ++++ src/musicapplet/Makefile.am 2008-04-09 00:03:17.000000000 -0400 +@@ -11,7 +11,9 @@ + nodist_musicapplet_PYTHON = \ + defs.py + +-musicapplet_LTLIBRARIES = widgets.la ++musicappletexecdir = $(pyexecdir)/musicapplet ++ ++musicappletexec_LTLIBRARIES = widgets.la + widgets_la_LDFLAGS = -module -avoid-version -export-symbols-regex initwidgets + widgets_la_SOURCES = \ + ma-deserialize.c \ |