Update Debian build package
This commit is contained in:
parent
c04d7308e2
commit
6b61b41bdb
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue