diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2015-04-05 21:18:23 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-12 10:07:02 +0700 |
commit | dee20f5e5c7ee47f4c1239bd66454064d8204b78 (patch) | |
tree | d99017b7473540d59e1d20811d3eb23fb0de4167 /development | |
parent | 003d2576e8c37236356be6c4dd3ee90ee422442a (diff) |
development/quilt: Updated for version 0.64.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'development')
-rw-r--r-- | development/quilt/quilt.SlackBuild | 8 | ||||
-rw-r--r-- | development/quilt/quilt.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/development/quilt/quilt.SlackBuild b/development/quilt/quilt.SlackBuild index da01f4bd433a..e9170a32306d 100644 --- a/development/quilt/quilt.SlackBuild +++ b/development/quilt/quilt.SlackBuild @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=quilt -VERSION=${VERSION:-0.63} +VERSION=${VERSION:-0.64} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,9 +67,9 @@ cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -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" \ CPPFLAGS="$SLKCFLAGS" \ @@ -86,7 +86,7 @@ make install BUILD_ROOT=$PKG docdir=/usr/doc/$PRGNAM-$VERSION # Don't clobber the config file mv $PKG/etc/quilt.quiltrc $PKG/etc/quilt.quiltrc.new -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +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 find $PKG/usr/man -type f -name "*.?" -exec gzip -9 {} \; diff --git a/development/quilt/quilt.info b/development/quilt/quilt.info index d4c3b96520bc..ae8bba86a8d1 100644 --- a/development/quilt/quilt.info +++ b/development/quilt/quilt.info @@ -1,8 +1,8 @@ PRGNAM="quilt" -VERSION="0.63" +VERSION="0.64" HOMEPAGE="http://savannah.nongnu.org/projects/quilt" -DOWNLOAD="http://download.savannah.gnu.org/releases/quilt/quilt-0.63.tar.gz" -MD5SUM="c0ef4beb58a6fa72563b955e70624b6e" +DOWNLOAD="http://download.savannah.gnu.org/releases/quilt/quilt-0.64.tar.gz" +MD5SUM="fc0310db5868a0873d602d4332a76d43" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |