index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-09 18:38:57 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-09 18:38:57 +0200 |
commit | 820c96ba56ea5d06dbd79abafb89a1c394edf4c9 (patch) | |
tree | 037c341ebd1e63cb52bc18fcea54fb5a25666700 /core | |
parent | f5ea8976899252cd62c271d701732cdeb35cd074 (diff) |
-rw-r--r-- | core/cryptsetup/PKGBUILD | 8 |
diff --git a/core/cryptsetup/PKGBUILD b/core/cryptsetup/PKGBUILD deleted file mode 100644 index 013734ca..00000000 --- a/core/cryptsetup/PKGBUILD +++ /dev/null @@ -1,8 +0,0 @@ -# we don't have a working ruby (needed by asciidoctor) -makedepends=(${makedepends[@]//asciidoctor/}) -eval "$( - declare -f build | \ - sed ' - s|./configure |./configure --disable-asciidoc | - ' -)" |