diff options
-rw-r--r-- | audio/flake/flake.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/flake/flake.SlackBuild b/audio/flake/flake.SlackBuild index b675b9f05a..7fde646799 100644 --- a/audio/flake/flake.SlackBuild +++ b/audio/flake/flake.SlackBuild @@ -77,7 +77,7 @@ CXXFLAGS="$SLKCFLAGS" \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} -make +make -j1 make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |