index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-02-10 16:15:03 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-02-10 16:15:03 +0100 |
commit | 07f28c262c53b5f8d9bca490cf6cca55e1fec55d (patch) | |
tree | 0f4d8169447f56a3a8061133a07d0474a18dcc59 /core | |
parent | 0a45d16bc16a91d3f11c84954a1dae83857736f8 (diff) |
-rw-r--r-- | core/util-linux/PKGBUILD | 7 |
diff --git a/core/util-linux/PKGBUILD b/core/util-linux/PKGBUILD new file mode 100644 index 00000000..5aabd614 --- /dev/null +++ b/core/util-linux/PKGBUILD @@ -0,0 +1,7 @@ +# enable floppy stuff (we are a legacy distro and we like legacy stuff :-) ) +eval "$( + declare -f build | \ + sed ' + s/configure/configure --enable-fdformat/ + ' +)" |