mirror of
https://github.com/libretro/libretro-super.git
synced 2024-11-27 10:00:34 +00:00
Fix stupid mistake in build revisions stuff, oops.
This commit is contained in:
parent
4d1fd58a74
commit
6119bfa9a0
@ -63,7 +63,7 @@ build_should_skip() {
|
||||
build_save_revision() {
|
||||
[ -z "$SKIP_UNCHANGED" ] && return
|
||||
[ "$1" != "0" ] && return
|
||||
echo $(fetch_revision) > "$WORKDIR/build_revisions/$2"
|
||||
echo $(fetch_revision) > "$BUILD_REVISIONS_DIR/$2"
|
||||
}
|
||||
|
||||
|
||||
|
@ -91,6 +91,8 @@ echo "STRIP = $STRIP"
|
||||
mkdir -p "$RARCH_DIST_DIR"
|
||||
|
||||
if [ -n "$SKIP_UNCHANGED" ]; then
|
||||
[ -z "$BUILD_REVISIONS_DIR" ] && BUILD_REVISIONS_DIR="$WORKDIR/build-revisions"
|
||||
echo "mkdir -p \"$BUILD_REVISIONS_DIR\""
|
||||
mkdir -p "$BUILD_REVISIONS_DIR"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user