SOURCES: helixplayer-bzip2.patch (NEW) - use system bzip2

glen glen at pld-linux.org
Thu Jan 3 23:37:22 CET 2008


Author: glen                         Date: Thu Jan  3 22:37:22 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use system bzip2

---- Files affected:
SOURCES:
   helixplayer-bzip2.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/helixplayer-bzip2.patch
diff -u /dev/null SOURCES/helixplayer-bzip2.patch:1.1
--- /dev/null	Thu Jan  3 23:37:22 2008
+++ SOURCES/helixplayer-bzip2.patch	Thu Jan  3 23:37:17 2008
@@ -0,0 +1,12 @@
+--- hxplay-1.0.9/installer/common/scripts/installer.py~	2004-07-09 05:02:53.000000000 +0300
++++ hxplay-1.0.9/installer/common/scripts/installer.py	2008-01-04 00:06:50.607531491 +0200
+@@ -218,8 +218,7 @@
+     def SetArchiveType(self, archive_type):
+         self.archive_type = archive_type
+         if (self.archive_type == "bz2"):
+-            self.archive_prog = os.path.join(project.bzip2_path,
+-                self.inst_output_dir, "bzip2")
++            self.archive_prog = "bzip2"
+ 
+     #######################################################################
+     # CleanTempFiles: clean up temp files
================================================================


More information about the pld-cvs-commit mailing list