Skip to content

Commit f3035a3

Browse files
committed
Fix typo
Caught it testing a full build from scratch...
1 parent 6045736 commit f3035a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prep.do

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pkg_info libspice &>/dev/null || pkgin -y in libspice
2121
# XXX downgrade to spice 0.12.2
2222
pkg_info libspice | grep -q libspice-0.12.2 || \
2323
{ \
24-
pkgin -y rm libpsice && \
24+
pkgin -y rm libspice && \
2525
pkg_add <(curl http://pkgsrc.joyent.com/packages/SmartOS/2013Q1/x86_64/All/libspice-0.12.2.tgz) && \
2626
echo "Manually downgraded to libspice-0.12.2 due to known issue with later versions" ; \
2727
}

0 commit comments

Comments
 (0)