diff options
Diffstat (limited to 'media-sound/muse/files/muse-0.9-locale-Makefile.patch')
-rw-r--r-- | media-sound/muse/files/muse-0.9-locale-Makefile.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/media-sound/muse/files/muse-0.9-locale-Makefile.patch b/media-sound/muse/files/muse-0.9-locale-Makefile.patch new file mode 100644 index 000000000000..3dcdd2509dd5 --- /dev/null +++ b/media-sound/muse/files/muse-0.9-locale-Makefile.patch @@ -0,0 +1,9 @@ +--- po/Makefile.orig 2004-04-18 12:37:20.000000000 -0700 ++++ po/Makefile 2004-04-18 12:37:33.000000000 -0700 +@@ -1,5 +1,5 @@ + INSTALL= /usr/bin/install -c +-INSTALLNLSDIR=$(BASEDIR)/usr/local/share/locale ++INSTALLNLSDIR=$(DESTDIR)/usr/share/locale + + PACKAGE = muse + |