summaryrefslogtreecommitdiff
path: root/office/mdp/mdp.SlackBuild
diff options
context:
space:
mode:
authorRyan P.C. McQuen <ryan.q@linux.com>2014-10-31 07:03:39 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-11-01 09:03:24 +0700
commitb7bf2537ed4a63351e2a20f218748b057aa795c2 (patch)
tree29eae03352db266f89fb833639aaf06f9b096802 /office/mdp/mdp.SlackBuild
parent56ad70795da8022247c951e5f4b341be173301c6 (diff)
downloadslackbuilds-b7bf2537ed4a63351e2a20f218748b057aa795c2.tar.gz
office/mdp: Updated for version 0.92.2.
Diffstat (limited to 'office/mdp/mdp.SlackBuild')
-rw-r--r--office/mdp/mdp.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/office/mdp/mdp.SlackBuild b/office/mdp/mdp.SlackBuild
index 85a1109fc6..ccdf8adc1f 100644
--- a/office/mdp/mdp.SlackBuild
+++ b/office/mdp/mdp.SlackBuild
@@ -23,7 +23,7 @@
# <http://www.gnu.org/licenses/>.
PRGNAM=mdp
-VERSION=${VERSION:-0.92.1}
+VERSION=${VERSION:-0.92.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -68,7 +68,7 @@ make \
make install \
OPTS="$SLKCFLAGS" \
- DESTDIR=$PKG/usr/bin
+ PREFIX=$PKG/usr/
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