diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-04 12:47:52 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-04 16:33:13 +0200 |
commit | de4500f4c866c324ecc00fee094075f8eaea4546 (patch) | |
tree | 9b8d9b47b0cd8de6d032f25e681ed1876549a169 /libraries | |
parent | 376e0de0471c82d6b529c430ce6b0d657bb9b79d (diff) |
libraries/totem-pl-parser: Support alternatives for ninja
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/totem-pl-parser/totem-pl-parser.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/totem-pl-parser/totem-pl-parser.SlackBuild b/libraries/totem-pl-parser/totem-pl-parser.SlackBuild index 5e21fc310649..4bb38dd19278 100644 --- a/libraries/totem-pl-parser/totem-pl-parser.SlackBuild +++ b/libraries/totem-pl-parser/totem-pl-parser.SlackBuild @@ -60,7 +60,7 @@ meson setup \ -Denable-gtk-doc=true \ .. ninja -DESTDIR="$PKG" ninja install +DESTDIR="$PKG" $NINJA install cd .. mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |