Skip to content

Commit

Permalink
Reverted copy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhoski committed May 16, 2024
1 parent 02c1f8e commit a89b9eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/setupdeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ DISTDIR="$(pwd)/dist/bin"
mkdir -p $DISTDIR

# Create plugin directory and copy plugin code
#PLUGINDIR="$(pwd)/dist/plugins/+ciplugins/+github"
#mkdir -p $PLUGINDIR
#cp -R plugins/+ciplugins/+github/*.m $PLUGINDIR/
cp -R plugins $DISTDIR/
PLUGINDIR="$(pwd)/dist/plugins/+ciplugins/+github"
mkdir -p $PLUGINDIR
cp -R plugins/+ciplugins/+github/*.m $PLUGINDIR/


# Download and extract in a temporary directory
WORKINGDIR=$(mktemp -d -t rmc_build.XXXXXX)
Expand Down

0 comments on commit a89b9eb

Please sign in to comment.