diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2017-12-17 16:00:13 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2017-12-17 16:00:13 +0100 |
commit | e32811a3731c485bd7c7b5416fc838c652361e86 (patch) | |
tree | ad621a4ea24e8d0306e8fcb755c39642ff24fb13 /extra | |
parent | c30b5dd23aacc2a0cfa6dad33ced1cf5a8698b8e (diff) | |
download | packages-e32811a3731c485bd7c7b5416fc838c652361e86.tar.xz |
community/cantor is now extra/cantor
Diffstat (limited to 'extra')
-rw-r--r-- | extra/cantor/PKGBUILD | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/cantor/PKGBUILD b/extra/cantor/PKGBUILD new file mode 100644 index 00000000..19f82aed --- /dev/null +++ b/extra/cantor/PKGBUILD @@ -0,0 +1,6 @@ +eval "$( + declare -f build | \ + sed ' + /^\s*cd build/ a \ MARCH=pentium4 + ' +)" |