Skip to content

Commit

Permalink
Update courier-authlib-library-toaster-kloxong.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dkstiler authored Dec 18, 2019
1 parent a56438e commit 62ea288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions courier-authlib-library-toaster-kloxong.patch
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
then
- CFLAGS="`cat ${vpopmail_home}/etc/inc_deps` $CFLAGS"
- VPOPMAILLIBS="`cat ${vpopmail_home}/etc/lib_deps`"
+ CFLAGS="/etc/libvpopmail/inc_deps $CFLAGS"
+ VPOPMAILLIBS="/etc/libvpopmail/lib_deps"
+ CFLAGS="`cat /etc/libvpopmail/inc_deps` $CFLAGS"
+ VPOPMAILLIBS="`cat /etc/libvpopmail/lib_deps`"
else
- { { echo "$as_me:$LINENO: error: ${vpopmail_home}/etc/lib_deps does not exist - upgrade vpopmail to the current version or fix the permissions on this file" >&5
+ if test -f ${vpopmail_home}/etc/lib_deps
Expand Down

0 comments on commit 62ea288

Please sign in to comment.