X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=build.sh;fp=build.sh;h=ee4bd32dbc6b63d6ecc192d19a92a1d8d1346bb1;hb=38b7fdabf9fe462f585acce3e5eef35d2e7c436d;hp=2299dca23aef4fc4037d478982233b02bb8901c4;hpb=f42e550320ca54ea6439e0b54aa165ea11e1f3a3;p=bootmanager.git diff --git a/build.sh b/build.sh index 2299dca..ee4bd32 100755 --- a/build.sh +++ b/build.sh @@ -63,7 +63,7 @@ fi # Add python code from the following packages # make sure they are in the 'Requires' header of the specfile -required_rpms="pypcilib pyplnet monitor-runlevelagent" +required_rpms="pypcilib pyplnet" extra_libs=`mktemp -d "/tmp/.bootmanager.XXXXXX"` mkdir $extra_libs/source cp -p $(rpm -ql $required_rpms | grep -v '\.py[co]$') $extra_libs/source