diff options
author | Barry J. Grundy <bgrundy@linuxleo.com> | 2014-08-05 08:26:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-05 08:26:44 +0700 |
commit | 5c68c1ec388578ff3dc7b8842c6cbec778baefc4 (patch) | |
tree | 58490ba4eafd175c5ba5030b667fbfb2e28411f9 /libraries/libewf/libewf.SlackBuild | |
parent | 7890729ae4d5b638989e8f1b868d3d3dcf6ca89f (diff) | |
download | slackbuilds-5c68c1ec388578ff3dc7b8842c6cbec778baefc4.tar.gz |
libraries/libewf: Updated for version 20140608.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libewf/libewf.SlackBuild')
-rw-r--r-- | libraries/libewf/libewf.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/libewf/libewf.SlackBuild b/libraries/libewf/libewf.SlackBuild index a4e3960560..c26846c2cd 100644 --- a/libraries/libewf/libewf.SlackBuild +++ b/libraries/libewf/libewf.SlackBuild @@ -22,10 +22,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Updated v20140201 Feb 2014 Barry J. Grundy <bgrundy(at)linuxleo.com +# Updated v20140608 August 2014 Barry J. Grundy <bgrundy(at)linuxleo.com PRGNAM=libewf -VERSION=20140201 +VERSION=${VERSION:-20140608} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,7 +69,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -92,6 +92,7 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -ar ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS README* documents/ \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc |