diff options
author | Lauri Aarnio <Lauri.Aarnio@iki.fi> | 2008-05-06 11:03:33 +0300 |
---|---|---|
committer | Lauri Leukkunen <lle@rahina.org> | 2008-05-10 18:25:54 +0300 |
commit | 12a505905833cc1d00c0f43f61e846f90e840d60 (patch) | |
tree | 90e0c6cfa4c443a6448a956b87dc4703d1dc2ba8 /Makefile | |
parent | fce1df7783b4f1d4f49934987d158d5017e74abf (diff) |
Added wrappers for "dpkg" and "apt-get"
- Packages must not be installed or removed in mapping modes that have
been designed for compiling packages, and do so by combining two
separate environments
(e.g. the "maemo" mode combines pieces from separate "target_root" and
"tools_root" environments, and both have their own package DBs...)
- This wrapper checks if a denied operation is requested and aborts if needed.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -96,6 +96,8 @@ install-noarch: $(BUILD_TARGET) install -c -m 755 $(SRCDIR)/utils/sb2-init $(prefix)/bin/sb2-init install -c -m 755 $(SRCDIR)/utils/sb2-config $(prefix)/bin/sb2-config install -c -m 755 $(SRCDIR)/utils/sb2-build-libtool $(prefix)/bin/sb2-build-libtool + install -c -m 755 $(SRCDIR)/utils/deb-pkg-tools-wrapper $(prefix)/share/scratchbox2/scripts/dpkg + install -c -m 755 $(SRCDIR)/utils/deb-pkg-tools-wrapper $(prefix)/share/scratchbox2/scripts/apt-get install -c -m 755 $(SRCDIR)/utils/dpkg-checkbuilddeps $(prefix)/share/scratchbox2/scripts/dpkg-checkbuilddeps install -c -m 755 $(SRCDIR)/utils/sb2-check-pkg-mappings $(prefix)/share/scratchbox2/scripts/sb2-check-pkg-mappings install -c -m 755 $(SRCDIR)/utils/sb2-exitreport $(prefix)/share/scratchbox2/scripts/sb2-exitreport |