[packages/rpm-build-tools] revert f3dcc3e7
glen
glen at pld-linux.org
Thu Jul 12 14:16:22 CEST 2012
commit 2a8bedf94cb757ccb9cc89288d8f7e5c07941689
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu Jul 12 15:08:42 2012 +0300
revert f3dcc3e7
rsync.sh can be local script, if it exist, do link it
builder.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/builder.sh b/builder.sh
index 8831975..949ea3a 100755
--- a/builder.sh
+++ b/builder.sh
@@ -909,7 +909,7 @@ get_spec() {
# create symlinks for tools
if [ "$SYMLINK_TOOLS" != "no" ]; then
- for a in dropin md5 adapter builder {relup,compile,repackage,pearize}.sh pldnotify.awk; do
+ for a in dropin md5 adapter builder {relup,compile,repackage,rsync,pearize}.sh pldnotify.awk; do
# skip tools that don't exist in top dir
[ -f $a ] || continue
# skip tools that already exist
More information about the pld-cvs-commit
mailing list