diff options
| author | Jonathan Bauer | 2013-03-01 18:23:10 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2013-03-01 18:23:10 +0100 |
| commit | 63eb54a9a717b80a18f3993065cf6eb5fa194cdd (patch) | |
| tree | 6857630ffb0392064556ff5a998a35f2c7f1f24d /remote/tools/dbus | |
| parent | use list_packet_files in ldm.build (diff) | |
| download | tm-scripts-63eb54a9a717b80a18f3993065cf6eb5fa194cdd.tar.gz tm-scripts-63eb54a9a717b80a18f3993065cf6eb5fa194cdd.tar.xz tm-scripts-63eb54a9a717b80a18f3993065cf6eb5fa194cdd.zip | |
formatting
Diffstat (limited to 'remote/tools/dbus')
| -rw-r--r-- | remote/tools/dbus/dbus.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/remote/tools/dbus/dbus.build b/remote/tools/dbus/dbus.build index 3a434fcf..6f75c705 100644 --- a/remote/tools/dbus/dbus.build +++ b/remote/tools/dbus/dbus.build @@ -6,12 +6,10 @@ fetch_source() { build() { BUILDDIR="${TOOL_DIR}/${TOOL}/build" - COPYLIST="list_dpkg_output" [ -e "${COPYLIST}" ] && rm "${COPYLIST}" list_packet_files >> "${COPYLIST}" - tarcopy "$(cat "${COPYLIST}" | sort -u)" "${BUILDDIR}" } |
