repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to extra-x86_64
[arch-packages.git]
/
rpmextract
/
trunk
/
rpmextract.sh
blob
4f3e6b4d136db36f8fc603f14eb49948738afea6
1
#!/bin/sh
2
if
[
"
$1
"
=
""
-o
!
-e
"
$1
"
];
then
3
echo
"no package supplied"
1
>&
2
4
exit
1
5
fi
6
rpm2cpio
"
$1
"
| bsdtar
-xf
-