]> git.pld-linux.org Git - packages/audacity.git/blame - audacity-helpfile_location.patch
- added install target update
[packages/audacity.git] / audacity-helpfile_location.patch
CommitLineData
69a3fa18 1diff -aurN audacity-src-1.2.0-pre2.orig/src/Help.cpp audacity-src-1.2.0-pre2/src/Help.cpp
2--- audacity-src-1.2.0-pre2.orig/src/Help.cpp 2003-09-29 08:51:27.000000000 +0200
3+++ audacity-src-1.2.0-pre2/src/Help.cpp 2003-10-16 13:54:11.380095056 +0200
4@@ -48,7 +48,7 @@
2fc00596
JB
5 if (helpFiles.GetCount() > 0)
6 defaultLoc = helpFiles[0];
7 else
69a3fa18 8- defaultLoc = INSTALL_PREFIX "/share/doc/audacity/audacity-1.2-help.htb";
9+ defaultLoc = INSTALL_PREFIX "/share/audacity/audacity-1.2-help.htb";
47608c1f 10
2fc00596 11 wxString helpFilePath =
69a3fa18 12 gPrefs->Read("/Help/HelpFilePath1.2", defaultLoc);
5e0900d3
JB
13--- audacity-src-1.2.2/Makefile.in.orig 2004-08-26 05:27:33.000000000 +0200
14+++ audacity-src-1.2.2/Makefile.in 2004-10-17 21:27:17.031454400 +0200
15@@ -28,9 +28,10 @@
16 $(INSTALL) -m 755 audacity $(DESTDIR)$(BINDIR)/$(AUDACITY_NAME)
17
18 # install docs
19- $(INSTALL) -d $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)
20+ $(INSTALL) -d $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)
21 -test -f audacity-1.2-help.htb && $(INSTALL) -m 644 audacity-1.2-help.htb \
22- $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)/audacity-1.2-help.htb
23+ $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/audacity-1.2-help.htb
24+ $(INSTALL) -d $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)
25 $(INSTALL) -m 644 README.txt $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)/README.txt
26 $(INSTALL) -m 644 LICENSE.txt $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)/LICENSE.txt
27
This page took 0.085275 seconds and 4 git commands to generate.