Commit f94606ed69d1abfe7e5492393dfb188fec349d72
1 parent
012f1a96
Exists in
master
and in
1 other branch
Updating packages.
Showing
2 changed files
with
6 additions
and
2 deletions
Show diff stats
arch/PKGBUILD
rpm/_service
... | ... | @@ -53,11 +53,11 @@ |
53 | 53 | <param name="outfilename">debian.shlibs</param> |
54 | 54 | </service --> |
55 | 55 | |
56 | - <service name="extract_file"> | |
56 | + <!-- service name="extract_file"> | |
57 | 57 | <param name="archive">*.tar</param> |
58 | 58 | <param name="files">*/arch/PKGBUILD</param> |
59 | 59 | <param name="outfilename">PKGBUILD</param> |
60 | - </service> | |
60 | + </service --> | |
61 | 61 | |
62 | 62 | <service name="recompress"> |
63 | 63 | <param name="file">*.tar</param> | ... | ... |