Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jw3 committed Dec 10, 2023
1 parent e008162 commit 249fbfa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/srpm/fapolicy-analyzer.el9.spec
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ mkdir -p ${CARGO_REG_DIR}
for d in %{cargo_registry}/*; do ln -sf ${d} ${CARGO_REG_DIR} || true; done
tar -xzf %{SOURCE2} -C ${CARGO_REG_DIR} --skip-old-files --strip-components=2

# DEBUG
ls -l ${CARGO_REG_DIR}

%cargo_prep

# here the Cargo config is updated to point to the new registry dir
Expand Down

0 comments on commit 249fbfa

Please sign in to comment.