Skip to content

Commit

Permalink
Docs: Fix 'file not found' errors
Browse files Browse the repository at this point in the history
  • Loading branch information
warped-rudi committed Aug 26, 2015
1 parent 97fe37e commit 12cab89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DOCS/package-format.txt
Original file line number Diff line number Diff line change
Expand Up @@ -264,27 +264,27 @@ Meta Examples
.A devel-only package
[sh]
source~~~~
include::../packages/gmp/meta[]
include::../packages/libs/gmp/meta[]
source~~~~
.A standard runtime package
[sh]
source~~~~
include::../packages/lsof/meta[]
include::../packages/utils/lsof/meta[]
source~~~~
Note the use of $TARGET_LIBC in PKG_DEPENDS to refer to the runtime system libc
(which could be uClibc, glibc or eglibc)
.A non-free package available only on selected archs
[sh]
source~~~~
include::../packages/xf86-video-nvidia/meta[]
include::../packages/x11/xf86-video-nvidia/meta[]
source~~~~
.A complex package which shows the usage of conditionals to define the depends
[sh]
source~~~~
include::../packages/MPlayer/meta[]
include::../packages/multimedia/MPlayer/meta[]
source~~~~
Package scripts
Expand Down

0 comments on commit 12cab89

Please sign in to comment.