diff options
Diffstat (limited to 'development/camlp4/camlp4.SlackBuild')
-rw-r--r-- | development/camlp4/camlp4.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/development/camlp4/camlp4.SlackBuild b/development/camlp4/camlp4.SlackBuild index 79c8f20888..932c6d73fc 100644 --- a/development/camlp4/camlp4.SlackBuild +++ b/development/camlp4/camlp4.SlackBuild @@ -80,6 +80,8 @@ find -L . \ make -j1 all make -j1 install DESTDIR=$PKG +make -j1 camlp4/META +make -j1 install-META PKGDIR=$PKG/usr/lib$LIBDIRSUFFIX/ocaml/site-lib find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |