diff options
Diffstat (limited to 'office/pandoc-bin/pandoc-bin.SlackBuild')
-rw-r--r-- | office/pandoc-bin/pandoc-bin.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/office/pandoc-bin/pandoc-bin.SlackBuild b/office/pandoc-bin/pandoc-bin.SlackBuild index 6f2645dddd..ececa5c30a 100644 --- a/office/pandoc-bin/pandoc-bin.SlackBuild +++ b/office/pandoc-bin/pandoc-bin.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pandoc-bin SRCNAM=pandoc -VERSION=${VERSION:-3.0} +VERSION=${VERSION:-3.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -73,7 +73,10 @@ find -L . \ mkdir -p $PKG/opt/$PRGNAM mv usr/bin/pandoc $PKG/opt/$PRGNAM +rm usr/bin/{pandoc-lua,pandoc-server} ln -s /opt/$PRGNAM/pandoc $PKG/usr/bin/pandoc +ln -s /opt/$PRGNAM/pandoc $PKG/usr/bin/pandoc-lua +ln -s /opt/$PRGNAM/pandoc $PKG/usr/bin/pandoc-server mv usr/share/man $PKG/usr/ |