Repackaged xz-utils package

It is now declared with architecture x86_gcc2, though it probably
has been built with gcc4. That issue has to be solved for real
eventually, since the package resolver won't allow mixing of gcc2
and gcc4 packages.
This commit is contained in:
Ingo Weinhold
2013-03-27 21:17:41 +00:00
parent 403bb7a568
commit 4e87ae1bbe
+2 -2
View File
@@ -1701,8 +1701,8 @@ if [ IsOptionalHaikuImagePackageAdded XZ-Utils ] {
Echo "No optional package XZ-Utils available for $(TARGET_ARCH)" ;
} else {
InstallOptionalHaikuImagePackage
xz-utils-5.0.1-1-x86.hpkg
: $(hpkgBaseURL)/xz-utils-5.0.1-1-x86.hpkg
xz-utils-5.0.1-2-x86_gcc2.hpkg
: $(hpkgBaseURL)/xz-utils-5.0.1-2-x86_gcc2.hpkg
: common packages ;
AddExpanderRuleToHaikuImage "application/x-xz" : .tar.xz
: "tar -Jtvf \\0045s"