index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-03-15 18:59:51 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-03-15 18:59:51 +0100 |
commit | add90c35784c367ac6eb78cc6a2f5c40731a0d4b (patch) | |
tree | 82fe22d15b745c866c67cf77310ab3c1ec90ecd2 /community/bochs | |
parent | 98c3a4589707c6264f8166e6712f28cb2b801cb0 (diff) |
-rw-r--r-- | community/bochs/PKGBUILD | 8 |
diff --git a/community/bochs/PKGBUILD b/community/bochs/PKGBUILD deleted file mode 100644 index cc92d59a..00000000 --- a/community/bochs/PKGBUILD +++ /dev/null @@ -1,8 +0,0 @@ -# disable host PCI device mapping, not supported for newer kernels in Bochs itself - -eval "$( - declare -f build | \ - sed ' - s@--enable-pcidev@--disable-pcidev@g - ' -)" |