diff options
Diffstat (limited to 'system/iucode_tool/iucode_tool.SlackBuild')
-rw-r--r-- | system/iucode_tool/iucode_tool.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/system/iucode_tool/iucode_tool.SlackBuild b/system/iucode_tool/iucode_tool.SlackBuild index 966487afbb..d4566bcd9a 100644 --- a/system/iucode_tool/iucode_tool.SlackBuild +++ b/system/iucode_tool/iucode_tool.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=iucode_tool -VERSION=${VERSION:-2.0} +VERSION=${VERSION:-2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,9 +60,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION +rm -rf iucode?tool?$VERSION tar xvf $CWD/iucode?tool?$VERSION.tar.?z* -cd $PRGNAM-$VERSION +cd iucode?tool?$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -87,7 +87,8 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING README NEWS TODO ChangeLog $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS CONTRIBUTING COPYING README NEWS TODO ChangeLog \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |