diff options
author | Jan Lübbe <jluebbe@debian.org> | 2008-09-27 04:12:18 +0000 |
---|---|---|
committer | Jan Lübbe <jluebbe@debian.org> | 2008-09-27 04:12:18 +0000 |
commit | bfd847c35320bd09a150b84b0b97a03ed06fd2c2 (patch) | |
tree | 6879ecdbd8e320e0cfee73929b55335580eb4d46 /packages/ttf-fonts/ttf-liberation_0.2.bb | |
parent | d35da4584a795013d002a6c33eb22df263db4761 (diff) |
ttf-fonts: fix ttf.inc
-exec binds stronger than -or, so just use a single pattern.
Diffstat (limited to 'packages/ttf-fonts/ttf-liberation_0.2.bb')
-rw-r--r-- | packages/ttf-fonts/ttf-liberation_0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ttf-fonts/ttf-liberation_0.2.bb b/packages/ttf-fonts/ttf-liberation_0.2.bb index 3b8310b357..95e33daff3 100644 --- a/packages/ttf-fonts/ttf-liberation_0.2.bb +++ b/packages/ttf-fonts/ttf-liberation_0.2.bb @@ -3,7 +3,7 @@ require ttf.inc DESCRIPTION = "Liberation fonts - TTF Version" HOMEPAGE = "https://www.redhat.com/promo/fonts/" LICENSE = "Liberation" -PR = "r2" +PR = "r3" SRC_URI = "http://www.redhat.com/f/fonts/liberation-fonts-ttf-3.tar.gz" S = "${WORKDIR}/liberation-fonts-${PV}" |