diff options
author | Phillip Warner <pc_warner@yahoo.com> | 2010-05-12 17:36:42 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:36:42 +0200 |
commit | 58114d9c9b8b8fc2367526690d05814f3cc46a5f (patch) | |
tree | de3bd19200ff0ce4f9dd29afe7d01c2575f35676 /academic/solfege/Makefile.in_fix.patch | |
parent | c89d983f11fdf4b81a3fdf1fe6428ece51d216a8 (diff) | |
download | slackbuilds-58114d9c9b8b8fc2367526690d05814f3cc46a5f.tar.gz |
academic/solfege: Updated for version 3.14.4
Diffstat (limited to 'academic/solfege/Makefile.in_fix.patch')
-rw-r--r-- | academic/solfege/Makefile.in_fix.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/academic/solfege/Makefile.in_fix.patch b/academic/solfege/Makefile.in_fix.patch deleted file mode 100644 index ed4b90528e..0000000000 --- a/academic/solfege/Makefile.in_fix.patch +++ /dev/null @@ -1,15 +0,0 @@ -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 - |