mirror of
https://github.com/foxlet/macOS-Simple-KVM.git
synced 2024-11-30 06:59:42 +01:00
Fix typo in makefile
This commit is contained in:
parent
419c4116cc
commit
d3a340ea9c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -42,7 +42,7 @@ docker run --rm \
|
||||||
-i $(IMAGE)
|
-i $(IMAGE)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# Append audio and hard disk device configuratiom
|
# Append audio and hard disk device configuration
|
||||||
define BASIC_SH
|
define BASIC_SH
|
||||||
$(file < $(SELF)/basic.sh)
|
$(file < $(SELF)/basic.sh)
|
||||||
-audiodev driver=pa,id=sound1,server=localhost \
|
-audiodev driver=pa,id=sound1,server=localhost \
|
||||||
|
|
Loading…
Reference in a new issue