mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
correct repo directory name in crossdeb.sh script
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
4818b6b1ee
commit
fed3c86456
1 changed files with 5 additions and 3 deletions
|
@ -22,8 +22,10 @@ unmount_pseudo() {
|
|||
trap unmount_pseudo EXIT INT TERM
|
||||
|
||||
rm -rf "$crossdir"
|
||||
|
||||
debootstrap $@ stable "$crossdir"
|
||||
# make rm -rf above comment to resume
|
||||
if [ ! -d "$crossdir" ];then
|
||||
debootstrap $@ stable "$crossdir"
|
||||
fi
|
||||
|
||||
for i in dev dev/pts proc sys tmp;do
|
||||
if ! mountpoint -q "$crossdir/$i" ;then
|
||||
|
@ -45,7 +47,7 @@ apt-get update
|
|||
apt-get install --yes git crossbuild-essential-$crossarch qemu-user-static
|
||||
|
||||
git clone --depth=1 git://git.osdn.net/gitroot/kde/Katie.git
|
||||
cd katie
|
||||
cd Katie
|
||||
ln -sv package/debian .
|
||||
apt-get build-dep --yes -a $crossarch .
|
||||
dpkg-buildpackage -uc -nc -b --no-sign -a $crossarch
|
||||
|
|
Loading…
Add table
Reference in a new issue