summaryrefslogtreecommitdiffstats
path: root/remote/tools/dbus/dbus.conf.zypper
Commit message (Collapse)AuthorAgeFilesLines
* restructuring...Jonathan Bauer2013-03-141-9/+0Star
|
* Generalization:root2013-02-271-0/+9
- 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"