From 5e0900d39748c5a1e623ae61babd9938d0c81b2c Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 17 Oct 2004 19:44:38 +0000 Subject: [PATCH] - added install target update Changed files: audacity-helpfile_location.patch -> 1.4 --- audacity-helpfile_location.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/audacity-helpfile_location.patch b/audacity-helpfile_location.patch index b8016f8..78b475b 100644 --- a/audacity-helpfile_location.patch +++ b/audacity-helpfile_location.patch @@ -10,3 +10,18 @@ diff -aurN audacity-src-1.2.0-pre2.orig/src/Help.cpp audacity-src-1.2.0-pre2/src wxString helpFilePath = gPrefs->Read("/Help/HelpFilePath1.2", defaultLoc); +--- audacity-src-1.2.2/Makefile.in.orig 2004-08-26 05:27:33.000000000 +0200 ++++ audacity-src-1.2.2/Makefile.in 2004-10-17 21:27:17.031454400 +0200 +@@ -28,9 +28,10 @@ + $(INSTALL) -m 755 audacity $(DESTDIR)$(BINDIR)/$(AUDACITY_NAME) + + # install docs +- $(INSTALL) -d $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME) ++ $(INSTALL) -d $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME) + -test -f audacity-1.2-help.htb && $(INSTALL) -m 644 audacity-1.2-help.htb \ +- $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)/audacity-1.2-help.htb ++ $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/audacity-1.2-help.htb ++ $(INSTALL) -d $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME) + $(INSTALL) -m 644 README.txt $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)/README.txt + $(INSTALL) -m 644 LICENSE.txt $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)/LICENSE.txt + -- 2.44.0