pkgbuild/patches/distro-redefine-tags.diff
changeset 21 c5a5d6f3c1e8
parent 11 7002e18f9aec
--- a/pkgbuild/patches/distro-redefine-tags.diff	Mon Sep 26 19:10:14 2011 +0000
+++ b/pkgbuild/patches/distro-redefine-tags.diff	Sun Dec 11 23:11:45 2011 +0000
@@ -16,7 +16,7 @@
  my $all_block_names = "prep|build|install|clean|check|changelog|$all_script_names";
  my $all_keywords = "$all_block_names|define|patch|setup|files|description|package|iclass|rclass|use|actions";
  
-+my $distro_file_name = "${_homedir}/packages.xml";
++my $distro_file_name = "${_homedir}/oi-sfe-tools/packages.xml";
 +# Tags from the XML file relevant to pkgbuild, which we prevent the spec from redefining
 +# Don't use the exists function on an array because that is deprecated; define a hash instead
 +my %distro_tag_names = ("ips_package_name", 0, "group", 0, "summary", 0);