diff options
| author | root | 2013-02-27 22:19:53 +0100 |
|---|---|---|
| committer | root | 2013-02-27 22:19:53 +0100 |
| commit | 83dcd2b34cefd5b324b5a4f54be141a858dc5238 (patch) | |
| tree | d0b5db5602029646fe4af2e22891bed813406258 /remote/tools/busybox | |
| parent | tihi (diff) | |
| download | tm-scripts-83dcd2b34cefd5b324b5a4f54be141a858dc5238.tar.gz tm-scripts-83dcd2b34cefd5b324b5a4f54be141a858dc5238.tar.xz tm-scripts-83dcd2b34cefd5b324b5a4f54be141a858dc5238.zip | |
Generalization:
- Rework install_dependencies: make it a global function, not per tools.build
- Determine packet manager of local system (currently supports apt/dpkg and zypper/rpm)
- Look for packet manager specific tools.conf.$MANAGER first, use tools.conf otherwise
- Added list_package_files which should be used instead of "for $(dpkg -L | grep ...) ... >> ... done"
Diffstat (limited to 'remote/tools/busybox')
| -rw-r--r-- | remote/tools/busybox/busybox.build | 5 | ||||
| -rw-r--r-- | remote/tools/busybox/busybox.conf | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/remote/tools/busybox/busybox.build b/remote/tools/busybox/busybox.build index 050da667..936f0730 100644 --- a/remote/tools/busybox/busybox.build +++ b/remote/tools/busybox/busybox.build @@ -1,10 +1,5 @@ #!/bin/bash -install_dependencies() -{ - : -} - fetch_source() { [ ! -d src ] && mkdir src diff --git a/remote/tools/busybox/busybox.conf b/remote/tools/busybox/busybox.conf index bcfc4bf5..b0c1f886 100644 --- a/remote/tools/busybox/busybox.conf +++ b/remote/tools/busybox/busybox.conf @@ -1,5 +1,4 @@ GIT=git://git.openslx.org/openslx/tools/busybox -DEPS="" TARGET_DIR="openslx" REQUIRED_BINARIES=" busybox" REQUIRED_DIRECTORIES=" /$TARGET_DIR/bin |
