]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- do not overwrite existing tools files, if it were required for rev. 1.628
authorTomasz Pala <gotar@pld-linux.org>
Wed, 24 Aug 2011 09:42:04 +0000 (09:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  to work, find another way

Changed files:
    builder.sh -> 1.650

builder.sh

index f1fd2cc30ab754a5600d2dfda4927b6c136797a6..6f138f36fd386f60cb62074f4b2c45b401b2999c 100644 (file)
@@ -785,7 +785,7 @@ get_spec() {
                if [ "$SYMLINK_TOOLS" != "no" ]; then
                        for a in dropin md5 adapter builder {relup,compile,repackage,rsync,pearize}.sh pldnotify.awk; do
                                [ -f $a ] || continue
-                               ln -sf ../$a $ASSUMED_NAME
+                               ln -s ../$a $ASSUMED_NAME
                                cvsignore_df $a
                        done
                fi
This page took 0.053644 seconds and 4 git commands to generate.