20 |
PKGFILE=$(basename $PKG) |
PKGFILE=$(basename $PKG) |
21 |
if [ ! -f $(pwd)/cdrom.image/SME/$PKGFILE ] |
if [ ! -f $(pwd)/cdrom.image/SME/$PKGFILE ] |
22 |
then |
then |
23 |
ln -sf $PKG $(pwd)/cdrom.image/SME/ |
ln -sf $PKG $(pwd)/cdrom.image/CentOS/RPMS/ |
24 |
fi |
fi |
25 |
done |
done |
26 |
|
|
39 |
|
|
40 |
sed -i 's@1,2,3@1@' $(pwd)/cdrom.image/.discinfo |
sed -i 's@1,2,3@1@' $(pwd)/cdrom.image/.discinfo |
41 |
|
|
42 |
|
sudo chown -R buildcvs:developers $(pwd)/cdrom.image/ |
43 |
|
sudo chmod -R g+w $(pwd)/cdrom.image/ |
44 |
|
|
45 |
echo "You now need to run /builds/bin/build_ISO as non-root" |
echo "You now need to run /builds/bin/build_ISO as non-root" |
46 |
|
|
47 |
# That's it. |
# That's it. |