diff options
author | Tim E. Real <termtech@rogers.com> | 2010-01-07 08:43:38 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2010-01-07 08:43:38 +0000 |
commit | 50761d5ffdbe5c28d101762309a10c15ccf12584 (patch) | |
tree | c9eb89481b06d7a9cf1c77e5fb60749aef2e27b7 | |
parent | c6e6c2afe109c615a9a781c69086a8425390c019 (diff) |
Packaging fix submitted by Orcan Ogetbil.
-rw-r--r-- | muse/share/scripts/Makefile.am | 3 | ||||
-rw-r--r-- | muse/utils/Makefile.am | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/muse/share/scripts/Makefile.am b/muse/share/scripts/Makefile.am index 6b391e3a..0f2a9634 100644 --- a/muse/share/scripts/Makefile.am +++ b/muse/share/scripts/Makefile.am @@ -5,9 +5,6 @@ EXTRA_DIST = DoNothing RemoveShortEvents DoubleSpeed ConstantLength SwingQuantiz #musemidiscriptspkgdatadir = $(pkgdatadir)/scripts install-data-local: - # mkdir -p $(pkgdatadir)/scripts/ - # cp $(EXTRA_DIST) $(pkgdatadir)/scripts/ - # chmod a+x $(pkgdatadir)/scripts/* mkdir -p $(DESTDIR)/$(pkgdatadir)/scripts/ cp $(EXTRA_DIST) $(DESTDIR)/$(pkgdatadir)/scripts/ chmod a+x $(DESTDIR)/$(pkgdatadir)/scripts/* diff --git a/muse/utils/Makefile.am b/muse/utils/Makefile.am index bdb72e82..8197531c 100644 --- a/muse/utils/Makefile.am +++ b/muse/utils/Makefile.am @@ -1,7 +1,5 @@ EXTRA_DIST = muse-find-unused-wavs install-data-local: - # cp $(EXTRA_DIST) $(bindir)/ - # chmod a+x $(bindir)/$(EXTRA_DIST) cp $(EXTRA_DIST) $(DESTDIR)/$(bindir)/ chmod a+x $(DESTDIR)/$(bindir)/$(EXTRA_DIST) |