Stop using hardcoded paths for the releng repo.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
This commit is contained in:
Jorge Manuel B. S. Vicetto (jmbsvicetto) 2016-04-26 22:27:56 +00:00
parent f5d7bfff3a
commit 67beeebbdf
58 changed files with 106 additions and 105 deletions

View file

@ -266,6 +266,7 @@ for i in $(find -name '*.spec'); do
sed -i \
-e "s:@DATESTAMP@:${DATESTAMP}:g" \
-e "s:@GITDIR@:${GITDIR}:g" \
-e "s:@REPO_DIR@:${REPO_DIR}:g" \
"${i}"
done