Compare commits
1 Commits
lib32-libn
...
error-mess
| Author | SHA1 | Date | |
|---|---|---|---|
| c92a3b4b30 |
@@ -51,7 +51,7 @@ for (@ARGV) {
|
|||||||
if ($end_index != 0) {
|
if ($end_index != 0) {
|
||||||
splice(@lines, $end_index, 0, "\n" . $line_prefix . $remove_var . "\n");
|
splice(@lines, $end_index, 0, "\n" . $line_prefix . $remove_var . "\n");
|
||||||
} else {
|
} else {
|
||||||
die("Error: Unable to find package section in PKGBUILD.\n");
|
die("Error: Unable to find " . $package_block . " section in PKGBUILD.\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
for i in $@; do
|
|
||||||
sed -e '/session_tracking/a\
|
|
||||||
-D session_tracking=no\
|
|
||||||
-D systemd_journal=false\
|
|
||||||
-D systemdsystemunitdir=no' \
|
|
||||||
-e '/systemd/d'\
|
|
||||||
-i $i/PKGBUILD
|
|
||||||
done
|
|
||||||
|
|
||||||
1
patches/lib32-libnm/rm-systemd-deps.sh
Symbolic link
1
patches/lib32-libnm/rm-systemd-deps.sh
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../_common/rm-systemd-deps.sh
|
||||||
Reference in New Issue
Block a user