diff options
Diffstat (limited to 'office/mdp/mdp.SlackBuild')
-rw-r--r-- | office/mdp/mdp.SlackBuild | 4 |
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 |