Skip to content

Commit

Permalink
Document where the patch came from.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Jan 7, 2022
1 parent 576ed7e commit 74ffd50
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions patches/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### phing-relative-symlinks.patch

Source: [https://github.com/phingofficial/phing/pull/695](https://github.com/phingofficial/phing/pull/695)

This patch updates Phing's SymlinkTask to allow creating relative symlinks, using the syntax:

```
<symlink link="path/to/destination" target="path/to/target" relative="true" />
```

0 comments on commit 74ffd50

Please sign in to comment.