summaryrefslogtreecommitdiffstats
path: root/source/kde/make/pykde4
blob: da6be3feb741846a86a9658afc69b585154592ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
mkdir build-python3
cd build-python3
  make $NUMJOBS || make || exit 1
  make install DESTDIR=$PKG || exit 1
cd -

mkdir build-python2
cd build-python2
  make $NUMJOBS || make || exit 1
  make install DESTDIR=$PKG || exit 1
cd -