We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6045736 commit f3035a3Copy full SHA for f3035a3
prep.do
@@ -21,7 +21,7 @@ pkg_info libspice &>/dev/null || pkgin -y in libspice
21
# XXX downgrade to spice 0.12.2
22
pkg_info libspice | grep -q libspice-0.12.2 || \
23
{ \
24
- pkgin -y rm libpsice && \
+ pkgin -y rm libspice && \
25
pkg_add <(curl http://pkgsrc.joyent.com/packages/SmartOS/2013Q1/x86_64/All/libspice-0.12.2.tgz) && \
26
echo "Manually downgraded to libspice-0.12.2 due to known issue with later versions" ; \
27
}
0 commit comments