X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=build.sh;h=ee4bd32dbc6b63d6ecc192d19a92a1d8d1346bb1;hb=fc0046387e3d654a23097f50eb735e00ffda41a1;hp=2299dca23aef4fc4037d478982233b02bb8901c4;hpb=1cb9bb09ee47443e97fd224e3f8ed4518ac29522;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