Skip to content

Commit

Permalink
Scripts: fix path for OSC build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTumultuousUnicornOfDarkness committed Jun 13, 2020
1 parent 729d9ce commit 27621cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/osc_build.sh
Expand Up @@ -33,7 +33,7 @@ fi
OLD_IFS="$IFS"
OBS_DIR="$1"
PACKAGE="$2"
PKGS_DIR="$OBS_DIR/pkgs"
PKGS_DIR="$(realpath $OBS_DIR/pkgs)"
cd "$OBS_DIR/$PACKAGE" || die "failed to change directory to '$PACKAGE'"
mkdir -pv "$PKGS_DIR"

Expand Down

0 comments on commit 27621cf

Please sign in to comment.