summaryrefslogtreecommitdiffstats
path: root/source/ap/dmapi/dmapi.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/dmapi/dmapi.SlackBuild')
-rwxr-xr-xsource/ap/dmapi/dmapi.SlackBuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/source/ap/dmapi/dmapi.SlackBuild b/source/ap/dmapi/dmapi.SlackBuild
index 6efdfa771..63de8c275 100755
--- a/source/ap/dmapi/dmapi.SlackBuild
+++ b/source/ap/dmapi/dmapi.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2008, 2009, 2010 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2008, 2009, 2010, 2013 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-VERSION=2.2.10
+VERSION=2.2.12
BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
@@ -59,9 +59,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# Add DESTDIR support and improve docs install location:
-zcat $CWD/dmapi.destdir.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit 1
-
# Make sure you have the same version of autoconf as the
# developers did... ;-)
autoconf
@@ -101,6 +98,7 @@ if [ -f $PKG/lib${LIBDIRSUFFIX}/libdm.so.0 ]; then
( cd $PKG/usr/lib${LIBDIRSUFFIX} ; rm -f libdm.so ; ln -sf /lib${LIBDIRSUFFIX}/libdm.so.0 libdm.so )
else
exit 1
+ echo "and fix yer script!!!"
# and fix yer script!!!
fi
# Fix shared library perms: