diff options
author | Phillip Warner <pc_warner@yahoo.com> | 2010-05-11 22:53:06 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:53:06 +0200 |
commit | 90359937f0bcf8459182c81f7d90a5bc992c5482 (patch) | |
tree | dc3f344abe1df61f9dc678c5da9101f630bdc1fa /academic/solfege/Makefile.in_fix.patch | |
parent | 61e97967e7a5435c5db561947f2896dc37c3702d (diff) | |
download | slackbuilds-90359937f0bcf8459182c81f7d90a5bc992c5482.tar.gz |
academic/solfege: Added to 12.1 repository
Diffstat (limited to 'academic/solfege/Makefile.in_fix.patch')
-rw-r--r-- | academic/solfege/Makefile.in_fix.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/academic/solfege/Makefile.in_fix.patch b/academic/solfege/Makefile.in_fix.patch new file mode 100644 index 0000000000..ed4b90528e --- /dev/null +++ b/academic/solfege/Makefile.in_fix.patch @@ -0,0 +1,15 @@ +Patch generated 20081031 by Phillip Warner <pc_warner@yahoo.com> +Permission granted to use this patch as you see fit. + +diff -ru solfege-3.10.4.orig/Makefile.in solfege-3.10.4/Makefile.in +--- solfege-3.10.4.orig/Makefile.in 2008-10-31 11:43:41.000000000 -0500 ++++ solfege-3.10.4/Makefile.in 2008-10-31 11:44:46.000000000 -0500 +@@ -139,7 +139,7 @@ + compileall: + ifneq (x"$(nopycompile)",xYES) + for dir in src mpd soundcard; do\ +- $(PYTHON) -c "import compileall; compileall.compile_dir('$(datadir)/$(PACKAGE)/$$dir')" ;\ ++ $(PYTHON) -c "import compileall; compileall.compile_dir('$(DESTDIR)/$(datadir)/$(PACKAGE)/$(dir)')" ;\ + done + endif + |