index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-23 21:08:05 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-23 21:08:05 +0100 |
commit | 22a9db79089c54823ae36ee2e20615ac70ab7f40 (patch) | |
tree | 471cd831b98310f17d1b745ed8296fc75e0dc05a /i486-stage2/procps-ng | |
parent | 02a07b1846dd61be1df300f345143e5462caa7ae (diff) |
-rw-r--r-- | i486-stage2/procps-ng/DESCR | 4 |
diff --git a/i486-stage2/procps-ng/DESCR b/i486-stage2/procps-ng/DESCR new file mode 100644 index 0000000..0a51d38 --- /dev/null +++ b/i486-stage2/procps-ng/DESCR @@ -0,0 +1,4 @@ +# no systemd for now +sed -i "/makedepends=/s/'systemd'//" PKGBUILD +sed -i "/depends=/s/'libsystemd'//" PKGBUILD +sed -i 's@--with-systemd@--without-systemd@' PKGBUILD |