Skip to content

Commit

Permalink
make use of old cache file again when calling createrpmdeps
Browse files Browse the repository at this point in the history
This was broken in 2008 with commit aacca26!
  • Loading branch information
mlschroe committed Dec 4, 2014
1 parent a210b38 commit 58cd41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init_buildsystem
Expand Up @@ -343,7 +343,7 @@ create_cache_file() {
elif test -z "$findonly" -a -e "$SRC"/repodata/repomd.xml ; then
set -- $BUILD_DIR/createrepomddeps "$SRC"
else
set -- $BUILD_DIR/createrpmdeps "$SRC"
set -- $BUILD_DIR/createrpmdeps --oldfile "$CACHE_FILE" "$SRC"
fi
echo "$@" >&2
"$@" || cleanup_and_exit 1
Expand Down

0 comments on commit 58cd41f

Please sign in to comment.