Skip to content

Commit

Permalink
Do not use symlinks in debian
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Mar 15, 2020
1 parent 3c2702f commit f84f2c3
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions debian/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,11 @@
"repositories": [
{
"type": "path",
"url": "/usr/share/php/Ease",
"options": {
"symlink": true
}
"url": "/usr/share/php/Ease"
},
{
"type": "path",
"url": "/usr/share/php/EaseHtml",
"options": {
"symlink": true
}
"url": "/usr/share/php/EaseHtml"
}
],
"type": "library",
Expand Down

0 comments on commit f84f2c3

Please sign in to comment.