summaryrefslogtreecommitdiffstats
path: root/scripts/install.sh
blob: 155c9eb61b1eeac3681acf2d7decb6df8a28b2b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh -x

SRC_DIR=`cd ../.. ; pwd`/pki
BUILD_DIR=~/build/pki
BUILDROOT=~/buildroot/pki

cd $BUILD_DIR

rm -rf $BUILDROOT
mkdir -p $BUILDROOT

make install \
 DESTDIR=$BUILDROOT/pki-core-10.3.0-0.2.fc22.x86_64 \
 'INSTALL=install -p'