summary refs log tree commit diff
path: root/pkgs/development/python-modules/rhpl/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/rhpl/builder.sh')
-rw-r--r--pkgs/development/python-modules/rhpl/builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/rhpl/builder.sh b/pkgs/development/python-modules/rhpl/builder.sh
index b37e9081832..dc93effe802 100644
--- a/pkgs/development/python-modules/rhpl/builder.sh
+++ b/pkgs/development/python-modules/rhpl/builder.sh
@@ -1,6 +1,6 @@
 source $stdenv/setup
 
-rpm2cpio $src | cpio -idv
+rpmextract $src
 tar xfvj rhpl-*.tar.bz2
 rm rhpl-*.tar.bz2
 cd rhpl-*