#16 Sort debugsource into the debug sub-directory
Merged 6 years ago by ausil. Opened 6 years ago by kwizart.
kwizart/mash debugsource  into  master

file modified
+1 -1
@@ -376,7 +376,7 @@ 

                  source.add(pkg)

                  continue

  

-             if pkg['name'].find('-debuginfo') != -1:

+             if pkg['name'].find('-debuginfo') != -1 or pkg['name'].find('-debugsource') != -1:

                  for target_arch in self.config.arches:

                      if arch in masharch.compat[target_arch]:

                          debug[target_arch].add(pkg)

Pull-Request has been merged by ausil

6 years ago
Metadata