diff options
-rw-r--r-- | dev/packaging/tutorials/basic.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev/packaging/tutorials/basic.mdwn b/dev/packaging/tutorials/basic.mdwn index b5e0e0e..e6bea13 100644 --- a/dev/packaging/tutorials/basic.mdwn +++ b/dev/packaging/tutorials/basic.mdwn @@ -112,10 +112,10 @@ installing data files to be provided by binary packages". Looking Through the Source -------------------------- -With a ["no-op"][no-op] target in `build`, we can make **opkbuild**(1) prepare a -[work area][spf-work-area] with the unpacked source code and stop. This target -isn't required by SPF 2.0, but it seems to facilitate a nice workflow. So begin -writing `build` as follows: +With a "[no-op][no-op]" target in `build`, we can make **opkbuild**(1) prepare a +[build work area][spf-work-area] with the unpacked source code and stop. This +target isn't required by SPF 2.0, but it seems to facilitate a nice workflow. +So begin writing `build` as follows: #!/usr/bin/make -f |