Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/util-linux/PKGBUILD
blob: 5aabd614fbfec6f3e3d6a01d8cfe084658f50331 (plain)
1
2
3
4
5
6
7
# enable floppy stuff (we are a legacy distro and we like legacy stuff :-) )
eval "$(
  declare -f build | \
    sed '
      s/configure/configure --enable-fdformat/
    '
)"