diff options
author | 2020-10-04 07:41:53 +0200 | |
---|---|---|
committer | 2021-03-06 09:19:56 +0100 | |
commit | c0442ba74b0db73b5f630556e5849f8dec5207f5 (patch) | |
tree | 51b2f1c29b4b3c0ba44bf0de81e70313926dc02b | |
parent | 3c59cb22425adf5d8a0d1a79baf00e6d9334c620 (diff) | |
download | slackbuilds-abook.tar.gz |
office/abook: Fix for the newer gettext.abook
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | office/abook/abook.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/abook/abook.SlackBuild b/office/abook/abook.SlackBuild index 45031e240b..5f8fef6ccf 100644 --- a/office/abook/abook.SlackBuild +++ b/office/abook/abook.SlackBuild @@ -75,7 +75,7 @@ find -L . \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ aclocal && automake --add-missing && autoconf -sed 's/0.18/0.19/g' -i po/Makefile.in.in +sed 's/0.18/0.20/g' -i po/Makefile.in.in # thanks to the archers for this patch ;) patch -p1 -i $CWD/gcc5.patch |