]> git.pld-linux.org Git - packages/audacity.git/commitdiff
- outdated
authordzeus <dzeus@pld-linux.org>
Sun, 5 Dec 2004 21:35:03 +0000 (21:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    audacity-helpfile_location.patch -> 1.5

audacity-helpfile_location.patch [deleted file]

diff --git a/audacity-helpfile_location.patch b/audacity-helpfile_location.patch
deleted file mode 100644 (file)
index 78b475b..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-diff -aurN audacity-src-1.2.0-pre2.orig/src/Help.cpp audacity-src-1.2.0-pre2/src/Help.cpp
---- audacity-src-1.2.0-pre2.orig/src/Help.cpp  2003-09-29 08:51:27.000000000 +0200
-+++ audacity-src-1.2.0-pre2/src/Help.cpp       2003-10-16 13:54:11.380095056 +0200
-@@ -48,7 +48,7 @@
-       if (helpFiles.GetCount() > 0)
-          defaultLoc = helpFiles[0];
-       else
--         defaultLoc = INSTALL_PREFIX "/share/doc/audacity/audacity-1.2-help.htb";
-+         defaultLoc = INSTALL_PREFIX "/share/audacity/audacity-1.2-help.htb";
-       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
This page took 0.062549 seconds and 4 git commands to generate.