summaryrefslogtreecommitdiffstats
path: root/scripts/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install.sh')
-rwxr-xr-xscripts/install.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
new file mode 100755
index 0000000..155c9eb
--- /dev/null
+++ b/scripts/install.sh
@@ -0,0 +1,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'