summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2011-08-12 01:08:43 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2011-08-12 01:08:43 +0200
commit90e85308143496c8980c98eaaecbd135a91da4af (patch)
tree66c69b1f93dda45f1317e4e9db7aca2f867d2b80 /libre
parent07e15249d267b9ed4125817c49093328bc995221 (diff)
downloadabslibre-90e85308143496c8980c98eaaecbd135a91da4af.tar.gz
abslibre-90e85308143496c8980c98eaaecbd135a91da4af.tar.bz2
abslibre-90e85308143496c8980c98eaaecbd135a91da4af.zip
Make grub2-bios provide and replace grub2-libre.
Diffstat (limited to 'libre')
-rw-r--r--libre/grub2/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/grub2/PKGBUILD b/libre/grub2/PKGBUILD
index 1d471d98e..9f445eb1d 100644
--- a/libre/grub2/PKGBUILD
+++ b/libre/grub2/PKGBUILD
@@ -180,8 +180,8 @@ package_grub2-common() {
package_grub2-bios() {
pkgdesc="The GNU GRand Unified Bootloader version 2 - Built for PC BIOS"
depends=(grub2-common=${epoch}:${pkgver})
- replaces=('grub2')
- provides=('grub2')
+ replaces=('grub2' 'grub2-libre')
+ provides=('grub2' 'grub2-libre')
cd ${srcdir}/grub2_bios-${pkgver}
make DESTDIR=${pkgdir} install