mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
5 lines
161 B
Bash
5 lines
161 B
Bash
#!/bin/sh
|
|
|
|
# The port 'python3-libxml2' conflicts with 'libxml2', now build with Python
|
|
scratch isinstalled python3-libxml2 && scratch remove -y python3-libxml2
|