]> git.pld-linux.org Git - packages/rpm.git/commitdiff
fix one missing brace for if-statement
authorElan Ruusamäe <glen@delfi.ee>
Sun, 28 Apr 2013 20:59:37 +0000 (23:59 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 28 Apr 2013 20:59:37 +0000 (23:59 +0300)
nodejs-autodeps.patch

index d88a1127c56716f97b2fa804f15401d77a9459c7..932d7d2426076d7dafd3ca407d8701ac8fc384d3 100644 (file)
@@ -51,7 +51,7 @@
  #if defined(RPM_VENDOR_MANDRIVA)
      { rpmfcSYMLINK,   RPMFC_SYMLINK },
  #endif
-@@ -1152,6 +1164,11 @@
+@@ -1152,6 +1164,12 @@
                    fn += 2;
                if (!strncmp(fn, "/python", sizeof("/python")-1))
                    fc->fcolor->vals[fc->ix] |= RPMFC_PYTHON;
@@ -60,6 +60,7 @@
 +                  if (!strcmp(fn, "/package.json")) {
 +                      fc->fcolor->vals[fc->ix] |= RPMFC_MODULE;
 +                  }
++              }
                else if (!strncmp(fn, "/ruby", sizeof("/ruby")-1)) {
                    fc->fcolor->vals[fc->ix] |= RPMFC_RUBY;
                    if ((strstr(fn, ".gemspec") || strstr(fn, "rbconfig.rb"))) {
This page took 0.071787 seconds and 4 git commands to generate.