Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
bec14e97d2
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      scripts/Build-Pkg

+ 5
- 0
scripts/Build-Pkg

@ -181,6 +181,11 @@ if [ "$chroot" = 1 ] ; then
if [ ! -e ROCK/$x ]; then ln -s "loop/$x" "ROCK/$x"; fi
done
if [ ! -e "ROCK/build/$ROCKCFG_ID" ]; then
mkdir -p "ROCK/build"
ln -snf ../.. "ROCK/build/$ROCKCFG_ID"
fi
mkdir -p "ROCK/src.$pkg.$id"
ln -s "$PWD/ROCK/src.$pkg.$id" "$builddir"

Loading…
Cancel
Save