]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
fix md5 symlink
authorElan Ruusamäe <glen@delfi.ee>
Fri, 7 Jun 2013 13:47:19 +0000 (16:47 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 7 Jun 2013 13:47:35 +0000 (16:47 +0300)
builder.sh
rpm-build-tools.spec

index 5b5f58a11cb0c3173572480c5eef663ca8ee7a1a..bfb1b97d9e2e37c4259d624aa43efbf267066136 100755 (executable)
@@ -2095,9 +2095,12 @@ init_rpm_dir() {
        if [ ! -e ../rpm-build-tools ]; then
                git clone  ${GIT_SERVER}/${PACKAGES_DIR}/rpm-build-tools.git ../rpm-build-tools
        fi
-       for a in adapter builder fetchsrc_request; do
+       for a in adapter builder fetchsrc_request md5; do
                ln -sf ../rpm-build-tools/${a}.sh $a
        done
+       for a in md5; do
+               ln -sf ../rpm-build-tools/${a} $a
+       done
        ln -sf ../rpm-build-tools/mirrors mirrors
        init_builder
 }
index 63c110946ee7fee32669423ef8af102e832bf56c..948c0bd5850c75c6407ab92bf0426004d425b649 100644 (file)
@@ -6,7 +6,7 @@ Summary(ru.UTF-8):      Скрипты и утилиты, необходимые дл
 Summary(uk.UTF-8):     Скрипти та утиліти, необхідні для побудови пакетів
 Name:          rpm-build-tools
 Version:       4.5
-Release:       9
+Release:       10
 License:       GPL
 Group:         Applications/File
 Group:         Base
This page took 1.721679 seconds and 4 git commands to generate.