diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-14 12:06:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-14 12:06:55 +0700 |
commit | 4fad22358f6228a2a49f4ba62857fe9854111249 (patch) | |
tree | 08a0a490eea818cf2d511c40a104d69ce5f58ec3 | |
parent | df4e060a184822c8b1c25f34c1f0ce2676f7453b (diff) |
system/xdg-utils-cxx: Remove test.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/xdg-utils-cxx/xdg-utils-cxx.SlackBuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/system/xdg-utils-cxx/xdg-utils-cxx.SlackBuild b/system/xdg-utils-cxx/xdg-utils-cxx.SlackBuild index 3a38980aecda3..68b8e71719863 100644 --- a/system/xdg-utils-cxx/xdg-utils-cxx.SlackBuild +++ b/system/xdg-utils-cxx/xdg-utils-cxx.SlackBuild @@ -91,11 +91,6 @@ cmake -B build -S $TMP/$PRGNAM-$VERSION \ cmake --build build DESTDIR=$PKG cmake --install build -install -D -m755 $TMP/$PRGNAM-$VERSION/build/tests/BaseDir/TestXdgUtilsBaseDir -t "$PKG/usr/bin" -install -D -m755 $TMP/$PRGNAM-$VERSION/build/tests/DesktopEntry/TestXdgUtilsDesktopEntry -t "/$PKG/usr/bin" -install -D -m755 $TMP/$PRGNAM-$VERSION/build/tests/DesktopEntry/Reader/TestXdgUtilsDesktopEntryReader -t "$PKG/usr/bin" -install -D -m755 $TMP/$PRGNAM-$VERSION/build/tests/DesktopEntry/AST/TestXdgUtilsDesktopAST -t "$PKG/usr/bin" - # Don't ship .la files: rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la |