diff options
Diffstat (limited to 'development/xmlstarlet/xmlstarlet.SlackBuild')
-rw-r--r-- | development/xmlstarlet/xmlstarlet.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/development/xmlstarlet/xmlstarlet.SlackBuild b/development/xmlstarlet/xmlstarlet.SlackBuild index 93c6347a97..4cd7b548a9 100644 --- a/development/xmlstarlet/xmlstarlet.SlackBuild +++ b/development/xmlstarlet/xmlstarlet.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xmlstarlet -VERSION=1.1.0 +VERSION=${VERSION:-1.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -86,6 +86,9 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG +# it is only logical that the command provided matches the package name +ln -sf xml $PKG/usr/bin/xmlstarlet + find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |