1
0
Fork 0

Update Debian build package

This commit is contained in:
Anton Batenev 2013-05-23 22:38:44 +04:00
parent c04d7308e2
commit 6b61b41bdb
2 changed files with 4 additions and 4 deletions

View file

@ -7,12 +7,12 @@ if [ $? -ne 0 ]; then
exit $?
fi
mkdir -p package/usr/lib/php5/20090626
mkdir -p package/usr/lib/php5/20100525
if [ $? -ne 0 ]; then
exit $?
fi
cp "${RELEASE_DIR}/pdo_sqlcipher.so" package/usr/lib/php5/20090626/
cp "${RELEASE_DIR}/pdo_sqlcipher.so" package/usr/lib/php5/20100525/
if [ $? -ne 0 ]; then
exit $?
fi