[packages/rpm-build-tools] builder: symlink compile.sh and repackage.sh in initial ~/rpm setup

glen glen at pld-linux.org
Mon Jun 10 23:00:25 CEST 2013


commit 639c7cec56df53c5d4d71be533dae35f242b0475
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Jun 10 23:59:59 2013 +0300

    builder: symlink compile.sh and repackage.sh in initial ~/rpm setup

 builder.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/builder.sh b/builder.sh
index bfb1b97..3cbb1d6 100755
--- a/builder.sh
+++ b/builder.sh
@@ -2095,7 +2095,7 @@ 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 md5; do
+	for a in adapter builder fetchsrc_request compile repackage; do
 		ln -sf ../rpm-build-tools/${a}.sh $a
 	done
 	for a in md5; do
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/639c7cec56df53c5d4d71be533dae35f242b0475



More information about the pld-cvs-commit mailing list