commit bef0c1649b76824132d3af3093b134ebbcd89254 parent 9e3bd1aa58ec0f21eddc6462b478c40ee2858c34 Author: aabacchus <ben@bvnf.space> Date: Fri, 25 Nov 2022 19:13:27 +0000 libsx: fix location of docs Diffstat:
M | libsx/build | | | 6 | +++--- |
M | libsx/version | | | 2 | +- |
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/libsx/build b/libsx/build @@ -15,6 +15,6 @@ make -j1 make DESTDIR="$1" install mkdir -p \ - "$1/usr/share/docs/libsx/html" \ - "$1/usr/share/docs/libsx/text" -cp -R docs/* "$1/usr/share/docs/libsx/" + "$1/usr/share/doc/libsx/html" \ + "$1/usr/share/doc/libsx/text" +cp -R docs/* "$1/usr/share/doc/libsx/" diff --git a/libsx/version b/libsx/version @@ -1 +1 @@ -2.08-4 1 +2.08-4 2