projects
/
platform
/
upstream
/
build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1881bdf
)
- also save .desktopfiles for coolo
author
Michael Schröder
<mls@suse.de>
Mon, 27 Oct 2008 16:15:02 +0000
(16:15 +0000)
committer
Michael Schröder
<mls@suse.de>
Mon, 27 Oct 2008 16:15:02 +0000
(16:15 +0000)
extractbuild
patch
|
blob
|
history
diff --git
a/extractbuild
b/extractbuild
index
8c0cb93
..
25a4178
100755
(executable)
--- a/
extractbuild
+++ b/
extractbuild
@@
-27,7
+27,7
@@
unshift @dirs, "$topdir/DEBS";
my @packs;
for my $dir (@dirs) {
- push @packs, map {"$dir/$_"} grep {/\.(rpm|deb)$/} ls($dir);
+ push @packs, map {"$dir/$_"} grep {/\.(rpm|deb
|iso|desktopfiles
)$/} ls($dir);
}
#unshift @packs, '/.build.log';