Difference between revisions of "Manjaro-tools"
Views
Actions
Namespaces
Variants
Tools
→make-set -> mkset
imported>Aaditya |
imported>Aaditya |
||
Line 19: | Line 19: | ||
= Tools = | = Tools = | ||
== | == mkset == | ||
buildpkg features building from build lists as well as single packages. | |||
Build lists can be defined in {{ic|/etc/manjaro-tools/sets/<buildlistname>.set}} | Build lists can be defined in {{ic|/etc/manjaro-tools/sets/<buildlistname>.set}} | ||
To create a build list, one can run in the pkgbuilds/abs dir: | To create a build list, one can run in the pkgbuilds/abs dir: | ||
sudo | sudo mkset -c <name> | ||
This will create a build list containing all directories with PKGBUILDs in them. This generated list can be then edited, like packages can be removed. | This will create a build list containing all directories with PKGBUILDs in them. This generated list can be then edited, like packages can be removed. | ||
Line 42: | Line 42: | ||
lib32-eudev-systemdcompat openrc-misc | lib32-eudev-systemdcompat openrc-misc | ||
Running '''sudo | Running '''sudo mkset -c openrc''' does | ||
$ sudo | $ sudo mkset -c openrc | ||
[sudo] password for aaditya: | [sudo] password for aaditya: | ||
==> Creating [/etc/manjaro-tools/sets/openrc.set] ... | ==> Creating [/etc/manjaro-tools/sets/openrc.set] ... |