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