Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- commit 6f68b3543c562aa954497e78ae7e05f4bbef93c0
- Author: Pedro Alvarez <[email protected]>
- Date: Thu Aug 14 16:56:41 2014 +0000
- Rewrite morphology as YAML and remove tab characters
- diff --git a/freefont-otf.morph b/freefont-otf.morph
- index 2cb0623..d6abffc 100644
- --- a/freefont-otf.morph
- +++ b/freefont-otf.morph
- @@ -1,12 +1,6 @@
- -{
- - "name": "freefont-otf",
- - "kind": "chunk",
- - "configure-commands": [
- - ],
- - "build-commands": [
- - ],
- - "install-commands": [
- - "mkdir -p $DESTDIR/usr/share/fonts/opentype/freefont",
- - "install -p *.otf $DESTDIR/usr/share/fonts/opentype/freefont"
- - ]
- -}
- +name: freefont-otf
- +kind: chunk
- +build-system: manual
- +install-commands:
- +- mkdir -p "$DESTDIR/usr/share/fonts/opentype/freefont"
- +- install -p *.otf "$DESTDIR/usr/share/fonts/opentype/freefont"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement