summaryrefslogtreecommitdiffstats
path: root/core/modules/pulseaudio
diff options
context:
space:
mode:
authorSimon Rettberg2021-10-28 18:11:17 +0200
committerSimon Rettberg2021-10-28 18:11:17 +0200
commitab82eae874836a532df60773587ca57066481ccc (patch)
treeb2c7790155e0833e7f55da721e6d8dcfdb8f30af /core/modules/pulseaudio
parent[pulseaudio] Add requirements for MiniLinux (diff)
downloadmltk-ab82eae874836a532df60773587ca57066481ccc.tar.gz
mltk-ab82eae874836a532df60773587ca57066481ccc.tar.xz
mltk-ab82eae874836a532df60773587ca57066481ccc.zip
[pulseaudio] ????
Diffstat (limited to 'core/modules/pulseaudio')
-rw-r--r--core/modules/pulseaudio/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/pulseaudio/module.build b/core/modules/pulseaudio/module.build
index dd525904..989fd89a 100644
--- a/core/modules/pulseaudio/module.build
+++ b/core/modules/pulseaudio/module.build
@@ -15,6 +15,6 @@ build() {
ln -ns "$base" "${MODULE_BUILD_DIR}/usr/share/alsa/alsa.conf.d/${link}"
done
if [ -z "$MLTK_INSTALL" ]; then
- tarcopy "/usr/share/mime" "${MODULE_BUILD_DIR}/" || perror "Could not tarcopy /usr/share/mime"
+ tarcopy "/usr/share/mime" "${MODULE_BUILD_DIR}/"
fi
}