diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-11-19 18:59:35 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-11-19 18:59:35 +0000 |
commit | 2a74ee26d296f813d8279f3567cc9cc979d6f243 (patch) | |
tree | 76f32109a84638be562318a7905e069542de5eb6 | |
parent | f33088b1b9dee926825cb7a664d302e779b3df8b (diff) | |
download | slackbuilds-2a74ee26d296f813d8279f3567cc9cc979d6f243.tar.gz slackbuilds-2a74ee26d296f813d8279f3567cc9cc979d6f243.tar.bz2 |
patches/php: another small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1459 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-x | patches/php/php.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/php/php.SlackBuild b/patches/php/php.SlackBuild index 598834c0..77cac03c 100755 --- a/patches/php/php.SlackBuild +++ b/patches/php/php.SlackBuild @@ -155,7 +155,7 @@ if [ -r $IMAPLIBDIR/$LIB/c-client.a ]; then ls -l $IMAPLIBDIR/$LIB/c-client.a sleep 5 else - ( cd $CWD/../pine ; CLEANUP=no SRC=$SRC_DIR/../pine ./pine.SlackBuild ) + ( cd $CWD/../pine ; CLEANUP=no SRC=$SRC_DIR/../ ./pine.SlackBuild ) ( cd $TMP/pine/pine${PINE}/imap/c-client strip -g c-client.a mkdir -p $IMAPLIBDIR/$LIB |