diff options
| author | Jonathan Bauer | 2014-07-04 15:03:06 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-07-04 15:03:06 +0200 |
| commit | ae42d45b4b46c70a9e1afa7bb2a36bb13e3e0070 (patch) | |
| tree | b795ae29a9cd5c0f41abada05aa99a5105d6a2e0 /remote/modules/smbclient/module.build | |
| parent | [xdg] make sure xdg-user-dirs-update is disabled (diff) | |
| parent | Merge branch 'master' of git://git.openslx.org/openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-ae42d45b4b46c70a9e1afa7bb2a36bb13e3e0070.tar.gz tm-scripts-ae42d45b4b46c70a9e1afa7bb2a36bb13e3e0070.tar.xz tm-scripts-ae42d45b4b46c70a9e1afa7bb2a36bb13e3e0070.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/smbclient/module.build')
| -rw-r--r-- | remote/modules/smbclient/module.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remote/modules/smbclient/module.build b/remote/modules/smbclient/module.build index dc28dd26..ec2c80fe 100644 --- a/remote/modules/smbclient/module.build +++ b/remote/modules/smbclient/module.build @@ -9,6 +9,7 @@ build() { list_packet_files >> "$COPYLIST" tarcopy "$(cat "$COPYLIST" | sort -u)" "${MODULE_BUILD_DIR}" + mkdir -p "${MODULE_BUILD_DIR}/usr/lib/cups/backend" || perror "Could not create '${MODULE_BUILD_DIR}/usr/lib/cups/backend'" local BIN_LOCATION="$(which smbspool)" if [ ! -z "${BIN_LOCATION}" -a -e "${BIN_LOCATION}" ]; then ln -sf "${BIN_LOCATION}" "${MODULE_BUILD_DIR}/usr/lib/cups/backend/smb" |
