index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-09 18:44:11 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-09 18:44:11 +0200 |
commit | 49277e920209e486ac763bb67de67df85c08181e (patch) | |
tree | 480e7b8fe243d554d7189d13dc33ae6d742be272 /core | |
parent | 820c96ba56ea5d06dbd79abafb89a1c394edf4c9 (diff) |
-rw-r--r-- | core/util-linux/PKGBUILD | 10 |
diff --git a/core/util-linux/PKGBUILD b/core/util-linux/PKGBUILD deleted file mode 100644 index 0fc529a1..00000000 --- a/core/util-linux/PKGBUILD +++ /dev/null @@ -1,10 +0,0 @@ -# raw is deprectated in kernel, raw.h header file missing -eval "$( - declare -f build | \ - sed ' - s/--enable-raw/--disable-raw/ - ' -)" - -# we don't have a working ruby (needed by asciidoctor) -makedepends=(${makedepends[@]//asciidoctor/}) |