12 lines
280 B
Text
12 lines
280 B
Text
|
[Trigger]
|
||
|
Operation = Install
|
||
|
Operation = Upgrade
|
||
|
Type = Package
|
||
|
Target = devtools
|
||
|
|
||
|
[Action]
|
||
|
Description = Force makechrootpkg to not --skipinteg
|
||
|
When = PostTransaction
|
||
|
Exec = /usr/bin/sed -i '/^default_makepkg_args=.*$/s/ --skipinteg//' /usr/bin/makechrootpkg
|
||
|
Depends = devtools
|