diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2011-07-18 18:26:10 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-07-21 22:52:10 -0500 |
commit | 15e4ec93cc1f88fa1ee94f605e913a86b4f85ca1 (patch) | |
tree | 78d161bf64f90398114713a46eea62722c8693dc /libraries/t4k_common/t4k_common.SlackBuild | |
parent | f5635f20d5b37be5bb570a609fc9ee8056160c08 (diff) | |
download | slackbuilds-15e4ec93cc1f88fa1ee94f605e913a86b4f85ca1.tar.gz |
libraries/t4k_common: Updated for version 0.1.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/t4k_common/t4k_common.SlackBuild')
-rw-r--r-- | libraries/t4k_common/t4k_common.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libraries/t4k_common/t4k_common.SlackBuild b/libraries/t4k_common/t4k_common.SlackBuild index 8df85fa90e..56fa29da8a 100644 --- a/libraries/t4k_common/t4k_common.SlackBuild +++ b/libraries/t4k_common/t4k_common.SlackBuild @@ -5,7 +5,7 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> PRGNAM=t4k_common -VERSION=${VERSION:-0.0.3} +VERSION=${VERSION:-0.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,9 +67,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - ChangeLog COPYING INSTALL README \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYING INSTALL README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |