index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/gettext/PKGBUILD | 9 |
diff --git a/core/gettext/PKGBUILD b/core/gettext/PKGBUILD deleted file mode 100644 index 46d74ef3..00000000 --- a/core/gettext/PKGBUILD +++ /dev/null @@ -1,9 +0,0 @@ -# temporary to emacs (due to icu problems) -makedepends=(${makedepends[@]//emacs/}) - -eval "$( - declare -f build | \ - sed ' - s|./configure|./configure --without-emacs| - ' -)" |