Skip to content

Commit

Permalink
Add KinKal_to_UPS to the installed directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
kutschke committed Aug 1, 2023
1 parent 98594ce commit 0118082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prd/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ install() {
> $DD/ups/codetools.table

# install scripts
cp -r $SOURCEDIR/bin $SOURCEDIR/clangtools_utilities $DD
cp -r $SOURCEDIR/bin $SOURCEDIR/clangtools_utilities $SOURCEDIR/KinKal_to_UPS $DD
RC=$?
if [ $RC -ne 0 ]; then
echo "ERROR - failed to cp scripts from $SOURCEDIR to $DD"
Expand Down

0 comments on commit 0118082

Please sign in to comment.